[go: nahoru, domu]

Skip to content

Commit

Permalink
Fix "externally-managed-environment" error in test
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs committed Jun 25, 2024
1 parent 5f9c760 commit 291c445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cvxpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Install CVXPY
run: |
python3 -m pip install ./cvxpy
python3 -m pip install --break-system-packages ./cvxpy
- name: Test CVXPY
run: |
Expand Down

0 comments on commit 291c445

Please sign in to comment.