Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b2a68f9

Browse filesBrowse files
committed
Fix installing contourpy on CI
The `>` is redirecting instead of setting a minimum, and hiding all the output of that step.
1 parent 8bfd2c4 commit b2a68f9
Copy full SHA for b2a68f9

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎.github/workflows/tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/tests.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ jobs:
161161
162162
# Install dependencies from PyPI.
163163
python -m pip install --upgrade $PRE \
164-
contourpy>=1.0.1 cycler fonttools kiwisolver numpy packaging pillow pyparsing \
165-
python-dateutil setuptools-scm \
164+
'contourpy>=1.0.1' cycler fonttools kiwisolver numpy packaging \
165+
pillow pyparsing python-dateutil setuptools-scm \
166166
-r requirements/testing/all.txt \
167167
${{ matrix.extra-requirements }}
168168

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.