Skip to content

Commit

Permalink
Last try
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-lidar committed Jul 31, 2024
1 parent 3cb4206 commit 2b5804b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ jobs:
- name: install python-deps
run: pip3 install pytest pytest-xdist --break-system-packages
- name: build python
run: cd python && python3 -m pip install -e .[test]
run: cd python && python3 -m pip install -e .[test] --break-system-packages
- name: run tests
run: cd python/tests && pytest -n3

0 comments on commit 2b5804b

Please sign in to comment.