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

Skip to content

Commit a45ed8f

Browse files
authored
Merge pull request #26197 from greglucas/upcoming-pre
CI: Add pre-release installs to upcoming tests
2 parents eabac5d + bc17947 commit a45ed8f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,12 @@ jobs:
189189
# possible.
190190
python -m pip install --upgrade pip setuptools wheel
191191
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+
192198
# Install dependencies from PyPI.
193199
python -m pip install --upgrade $PRE \
194200
'contourpy>=1.0.1' cycler fonttools kiwisolver importlib_resources \

0 commit comments

Comments
 (0)