Fix build

This commit is contained in:
Aaron Heise 2023-02-11 11:22:49 -06:00
parent ef6a4ebb25
commit c7c75d5ea4

View File

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