Skip to content

Commit 1791944

Browse files
committed
Skip version 11.0 in the doc tests
1 parent 6718635 commit 1791944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
python: ["3.11"]
20-
gurobipy: ["~=11.0", "~=12.0", "~=13.0"]
20+
gurobipy: ["~=12.0", "~=13.0"]
2121

2222
steps:
2323
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)