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 38ff2e1 commit 425aec8Copy full SHA for 425aec8
.github/workflows/test_branches.yml
@@ -99,7 +99,7 @@ jobs:
99
PYENV: pip
100
101
- os: windows-latest
102
- python: 3.12
+ python: 3.13
103
test_docs: 1
104
TARGET: win
105
PYENV: conda
@@ -380,7 +380,7 @@ jobs:
380
fi
381
# Note: this will fail the build if any installation fails (or
382
# possibly if it outputs messages to stderr)
383
- conda install --update-deps -q -y python="${{matrix.python}}" $CONDA_DEPENDENCIES
+ conda install --update-deps -q -y $CONDA_DEPENDENCIES
384
if test -z "${{matrix.slim}}"; then
385
# xpress.init() (xpress 9.5.1 from conda) hangs indefinitely
386
# on GHA/Windows under Python 3.10 and 3.11. Exclude that
0 commit comments