[go: nahoru, domu]

Skip to content

Commit

Permalink
Fix "externally-managed-environment" error in test (#200)
Browse files Browse the repository at this point in the history
* Fix "externally-managed-environment" error in test

* Update ci-cvxpy.yml

* Update ci-cvxpy.yml
  • Loading branch information
tkralphs committed Jun 25, 2024
1 parent e2c4470 commit 90b0f48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cvxpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Install CyLP
run: |
python3 -m pip install ./cylp
python3 -m pip install --break-system-packages ./cylp
- name: Check out CVXPY
uses: actions/checkout@v2
Expand All @@ -42,9 +42,9 @@ jobs:

- name: Install CVXPY
run: |
python3 -m pip install ./cvxpy
python3 -m pip install --break-system-packages ./cvxpy
- name: Test CVXPY
run: |
python3 -m pip install pytest
python3 -m pip install --break-system-packages pytest
(cd cvxpy/cvxpy/tests && python3 -m pytest -v .)

0 comments on commit 90b0f48

Please sign in to comment.