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 e528649 commit bc17947Copy full SHA for bc17947
.github/workflows/tests.yml
@@ -189,6 +189,12 @@ jobs:
189
# possible.
190
python -m pip install --upgrade pip setuptools wheel
191
192
+ # Install pre-release versions during our weekly upcoming dependency tests.
193
+ if [[ "${{ github.event_name == 'schedule' && \
194
+ matrix.name-suffix != '(Minimum Versions)' }}' ]]; then
195
+ PRE="--pre"
196
+ fi
197
+
198
# Install dependencies from PyPI.
199
python -m pip install --upgrade $PRE \
200
'contourpy>=1.0.1' cycler fonttools kiwisolver importlib_resources \
0 commit comments