Skip to content

Commit

Permalink
Temporarily pinning to highspy pre-release for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiirola committed Mar 12, 2024
1 parent d7aea47 commit d12d69b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_pr_and_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,8 @@ jobs:
if: ${{ ! matrix.slim }}
shell: bash
run: |
$PYTHON_EXE -m pip install --cache-dir cache/pip highspy \
echo "NOTE: temporarily pinning to highspy pre-release for testing"
$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 d12d69b

Please sign in to comment.