Skip to content

Commit ff8cad9

Browse files
committed
Fix wheel test job
1 parent 25c38cc commit ff8cad9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheel-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
- name: Fetch dependencies for offline install
5151
run: |
5252
pip wheel --wheel-dir=dist matplotlib networkx plotly scikit-learn
53+
pip wheel --wheel-dir=dist "plotly<6"
5354
- name: Install example dependencies
5455
run: |
5556
python -m pip install --find-links dist --no-index --only-binary=:all: gurobi-optimods[examples]

0 commit comments

Comments
 (0)