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 b5b565a commit eb06e44Copy full SHA for eb06e44
.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
- python3 -m pytest -v cvxpy/cvxpy/tests/
+ python -m pytest --pyargs cvxpy.tests
0 commit comments