Skip to content

Commit

Permalink
Skip HiGHS tests for python-3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliotoffolo committed Jan 21, 2024
1 parent ca298e7 commit 19afa96
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ jobs:
if: ${{ matrix.python-version != 'pypy3.9-v7.3.15' }}
run: python -m pip install .[test,numpy,gurobi,highs]

- name: Install mip for testing (CPython)
if: ${{ matrix.python-version == '3.12' }}
run: python -m pip install .[test,numpy,gurobi]

- name: Install mip for testing (CPython)
if: ${{ matrix.python-version != '3.12' }}
run: python -m pip install .[test,numpy,gurobi,highs]

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

Expand Down

0 comments on commit 19afa96

Please sign in to comment.