Skip to content

Commit

Permalink
Merge pull request #2 from aphi/highs_cmd_warmstart_patch
Browse files Browse the repository at this point in the history
Comment-out COPT while it is breaking master tests
  • Loading branch information
aphi authored Jan 2, 2024
2 parents 3cfb364 + dcb7b57 commit d948aa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macOS-latest'
run: |
pip install highspy numpy
- name: Install coptpy
run: |
pip install coptpy
# - name: Install coptpy
# run: |
# pip install coptpy
- name: Test with pulptest
run: pulptest
- name: Code Quality
Expand Down

0 comments on commit d948aa3

Please sign in to comment.