Skip to content

Commit

Permalink
there's no 3.12 version for highspy
Browse files Browse the repository at this point in the history
  • Loading branch information
pchtsp committed Jan 15, 2024
1 parent fc94d57 commit 728697a
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 @@ -33,7 +33,7 @@ jobs:
run: |
python -m pip install gurobipy
- name: Install highspy
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macOS-latest'
if: (matrix.os == 'ubuntu-latest' || matrix.os == 'macOS-latest') && matrix.python-version < '3.12'
run: |
pip install highspy numpy
- name: Install coptpy
Expand Down

0 comments on commit 728697a

Please sign in to comment.