Skip to content

Commit 425aec8

Browse files
committed
Remove problematic line
1 parent 38ff2e1 commit 425aec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
PYENV: pip
100100

101101
- os: windows-latest
102-
python: 3.12
102+
python: 3.13
103103
test_docs: 1
104104
TARGET: win
105105
PYENV: conda
@@ -380,7 +380,7 @@ jobs:
380380
fi
381381
# Note: this will fail the build if any installation fails (or
382382
# possibly if it outputs messages to stderr)
383-
conda install --update-deps -q -y python="${{matrix.python}}" $CONDA_DEPENDENCIES
383+
conda install --update-deps -q -y $CONDA_DEPENDENCIES
384384
if test -z "${{matrix.slim}}"; then
385385
# xpress.init() (xpress 9.5.1 from conda) hangs indefinitely
386386
# on GHA/Windows under Python 3.10 and 3.11. Exclude that

0 commit comments

Comments
 (0)