Set up some tests to be skipped in CI builds

This commit is contained in:
Aaron Heise 2023-02-11 11:22:03 -06:00
parent 86906fd8f4
commit ef6a4ebb25
3 changed files with 7 additions and 2 deletions

View file

@ -39,4 +39,4 @@ jobs:
# run: poetry run black . --check
- name: Test with pytest
run: poetry run pytest tests
run: poetry run pytest "not skip_ci" tests