Skip to content

Commit

Permalink
add highs version requirements for pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedongPeng committed Apr 16, 2024
1 parent 34c2c36 commit b63358c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_pr_and_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ jobs:
shell: bash
run: |
echo "NOTE: temporarily pinning to highspy pre-release for testing"
$PYTHON_EXE -m pip install --cache-dir cache/pip highspy==1.7.1.dev1 \
$PYTHON_EXE -m pip install --cache-dir cache/pip highspy>=1.7.1.dev1 \
|| echo "WARNING: highspy is not available"
- name: Set up coverage tracking
Expand Down

0 comments on commit b63358c

Please sign in to comment.