Skip to content

Commit b2a68f9

Browse 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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines 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)