Skip to content

Commit

Permalink
fix(ci): skip download flagged tests in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
spool committed Aug 30, 2023
1 parent 978e3dd commit 0983ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Run pre-commit
uses: pre-commit/action@main
- name: Run pytest
run: poetry run pytest -n auto
run: poetry run pytest -n auto -m "not download"
- name: Archive coverage svg
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 0983ebf

Please sign in to comment.