Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9cf4611

Browse files
authored
Merge pull request #23071 from QuLogic/fix-contourpy-test
Fix installing contourpy on CI
2 parents 6a7be82 + b2a68f9 commit 9cf4611

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)