Skip to content

Commit

Permalink
Re-add COPT
Browse files Browse the repository at this point in the history
  • Loading branch information
aphi authored Jan 5, 2024
1 parent d948aa3 commit 5854fcd
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 5854fcd

Please sign in to comment.