Skip to content

Commit

Permalink
tweak test examples
Browse files Browse the repository at this point in the history
  • Loading branch information
paquiteau committed Mar 4, 2025
1 parent c61e6f4 commit 8528b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
run: |
${{ env.activate_venv }}
export COVERAGE_FILE=coverage_plots
pytest examples tests -n=4 -k="not operators" --cov --cov-branch --cov-report=term --durations=10
python -m pytest examples -n=4 --cov --cov-branch --cov-report=term --durations=10
- name: Cache brainweb-dl directory
uses: actions/cache/save@v4
Expand Down

0 comments on commit 8528b45

Please sign in to comment.