Skip to content

Commit

Permalink
CI fix: ensure a numpy <2 wheel is available
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbowly committed Jun 17, 2024
1 parent f9d35e2 commit af07036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheel-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
python -m build
- name: Fetch dependencies for offline install
run: |
pip wheel --wheel-dir=dist gurobipy pandas "numpy<2" scipy gurobipy-pandas
pip wheel --wheel-dir=dist "numpy>=2"
pip wheel --wheel-dir=dist gurobipy pandas numpy scipy gurobipy-pandas
pip wheel --wheel-dir=dist "numpy<2"
- name: Install from built wheel
run: |
python -m pip install --find-links dist --no-index --only-binary=:all: gurobi-optimods
Expand Down

0 comments on commit af07036

Please sign in to comment.