Skip to content

Commit b5b565a

Browse files
authored
Fix pytest command path in CI workflow
1 parent 32a052b commit b5b565a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cvxpy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ jobs:
6565
- name: Test CVXPY
6666
run: |
6767
python3 -m pip install --break-system-packages pytest hypothesis ${{ matrix.numpy }}
68-
(cd cvxpy/cvxpy/tests && python3 -m pytest -v .)
68+
python3 -m pytest -v cvxpy/cvxpy/tests/

0 commit comments

Comments
 (0)