Skip to content

Commit

Permalink
fix(ci): fix pytest flags in GitHub deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
spool committed Feb 18, 2024
1 parent b11941d commit 37456cc
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 -m "not download" -m "not ci_error"
run: poetry run pytest -n auto -m "not download and not ci_error"
- name: Archive coverage svg
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 37456cc

Please sign in to comment.