Skip to content

Commit 9945ed1

Browse files
committed
GitHub actions: install highspy for pypy
1 parent c5fb0e5 commit 9945ed1

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
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: Install mip for testing (PyPy)
8585
if: ${{ matrix.python-version == 'pypy3.9-v7.3.9' }}
86-
run: python -m pip install .[test,numpy]
86+
run: python -m pip install .[test,numpy,highs]
8787

8888
- name: Install mip for testing (CPython)
8989
if: ${{ matrix.python-version != 'pypy3.9-v7.3.9' }}

0 commit comments

Comments
 (0)