Skip to content

Commit

Permalink
GH test pipeline: disabled testing against old ver of cvxpy (conflict…
Browse files Browse the repository at this point in the history
…s with scipy)
  • Loading branch information
enzbus authored Aug 30, 2023
1 parent c862f22 commit 1731103
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
- name: Setup environment
run: python -m venv env

- name: Old versions for py 3.10
if: ${{ matrix.python-version == '3.10'}}
run: env/bin/python -m pip install cvxpy==1.2.3
# - name: Old versions for py 3.10
# if: ${{ matrix.python-version == '3.10'}}
# run: env/bin/python -m pip install cvxpy==1.2.3

- name: Install other dependencies
run: |
Expand Down

0 comments on commit 1731103

Please sign in to comment.