Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bfd2c4 commit b2a68f9Copy full SHA for b2a68f9
1 file changed
.github/workflows/tests.yml
@@ -161,8 +161,8 @@ jobs:
161
162
# Install dependencies from PyPI.
163
python -m pip install --upgrade $PRE \
164
- contourpy>=1.0.1 cycler fonttools kiwisolver numpy packaging pillow pyparsing \
165
- python-dateutil setuptools-scm \
+ 'contourpy>=1.0.1' cycler fonttools kiwisolver numpy packaging \
+ pillow pyparsing python-dateutil setuptools-scm \
166
-r requirements/testing/all.txt \
167
${{ matrix.extra-requirements }}
168
0 commit comments