Skip to content

Commit

Permalink
xpress has no 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
pchtsp committed Jan 15, 2024
1 parent 728697a commit 470843a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
sudo apt-get update -qq
sudo apt-get install -qq glpk-utils
- name: install xpress
if: matrix.os != 'macOS-latest' || matrix.python-version < '3.11'
if: (matrix.os != 'macOS-latest' || matrix.python-version < '3.11') && matrix.python-version < '3.12'
run: pip install xpress
- name: Install gurobipy
run: |
Expand Down

0 comments on commit 470843a

Please sign in to comment.