We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a052b commit b5b565aCopy full SHA for b5b565a
.github/workflows/ci-cvxpy.yml
@@ -65,4 +65,4 @@ jobs:
65
- name: Test CVXPY
66
run: |
67
python3 -m pip install --break-system-packages pytest hypothesis ${{ matrix.numpy }}
68
- (cd cvxpy/cvxpy/tests && python3 -m pytest -v .)
+ python3 -m pytest -v cvxpy/cvxpy/tests/
0 commit comments