Skip to content

Commit

Permalink
The temporary fix needs a solver that installs widely...
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Feb 6, 2024
1 parent 2bc00a4 commit 7290d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python -m pip install tox
# the following to be removed after
# https://github.com/qpsolvers/qpsolvers/pull/286
python -m pip install quadprog # temporary
python -m pip install scs # temporary
- name: "Check code format"
run: |
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
python -m pip install tox tox-gh-actions
# the following to be removed after
# https://github.com/qpsolvers/qpsolvers/pull/286
python -m pip install quadprog # temporary
python -m pip install scs # temporary
- name: "Test with tox for ${{ matrix.os }}"
env:
Expand Down

0 comments on commit 7290d1e

Please sign in to comment.