Skip to content

Commit

Permalink
xpress without macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
pchtsp committed Mar 2, 2024
1 parent bf13f98 commit f95e078
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 @@ -31,7 +31,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') && matrix.python-version != '3.12'
if: matrix.os != 'macOS-latest' && matrix.python-version != '3.12'
run: pip install xpress
- name: Install gurobipy
run: |
Expand Down

0 comments on commit f95e078

Please sign in to comment.