Skip to content

Commit

Permalink
Pin xpress in certain conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiirola committed Jan 16, 2025
1 parent deac465 commit f9b7b0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ jobs:
# - "!=9.5.1" (conda errors)
# - "<9.5.1|>9.5.1" (conda installs 9.1.2, which also hangs)
# - "<=9.5.0|>9.5.1" (conda seg faults)
XPRESS='xpress=9.5.0|>9.5.1'
XPRESS='xpress=9.5.0'
else
XPRESS='xpress'
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_pr_and_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ jobs:
# - "!=9.5.1" (conda errors)
# - "<9.5.1|>9.5.1" (conda installs 9.1.2, which also hangs)
# - "<=9.5.0|>9.5.1" (conda seg faults)
XPRESS='xpress=9.5.0|>9.5.1'
XPRESS='xpress=9.5.0'
else
XPRESS='xpress'
fi
Expand Down

0 comments on commit f9b7b0d

Please sign in to comment.