Skip to content

Commit 3261dae

Browse files
committed
include highs in GitHub CI (try for 1st time)
1 parent a9e6a1f commit 3261dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
- name: Install mip for testing (CPython)
8989
if: ${{ matrix.python-version != 'pypy3.9-v7.3.9' }}
90-
run: python -m pip install .[test,numpy,gurobi]
90+
run: python -m pip install .[test,numpy,gurobi,highs]
9191

9292
- name: list installed packages
9393
run: python -m pip list

0 commit comments

Comments
 (0)