Skip to content

Commit

Permalink
Re-enable GH action tests with Gurobi 11
Browse files Browse the repository at this point in the history
  • Loading branch information
pobonomo committed Dec 4, 2023
1 parent 5108860 commit 23331e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ isolated_build = True

[gh-actions]
python =
3.9: pre-commit,py39-all_deps-gurobi10
3.10: py310-all_deps-gurobi10
3.11: docs,py311-{keras,pytorch,sklearn,xgboost,no_deps,all_deps}-{gurobi10}
3.9: pre-commit,py39-all_deps-gurobi11
3.10: py310-all_deps-gurobi11
3.11: docs,py311-{keras,pytorch,sklearn,xgboost,no_deps,all_deps}-{gurobi10,gurobi11}

[testenv:docs]
deps=
Expand Down

0 comments on commit 23331e3

Please sign in to comment.