We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e6a1f commit 3261daeCopy full SHA for 3261dae
.github/workflows/github-ci.yml
@@ -87,7 +87,7 @@ jobs:
87
88
- name: Install mip for testing (CPython)
89
if: ${{ matrix.python-version != 'pypy3.9-v7.3.9' }}
90
- run: python -m pip install .[test,numpy,gurobi]
+ run: python -m pip install .[test,numpy,gurobi,highs]
91
92
- name: list installed packages
93
run: python -m pip list
0 commit comments