Trying to get build working

This commit is contained in:
Aaron Heise 2023-02-11 08:48:54 -06:00
parent 5518e933b1
commit fcfc503184

View File

@ -35,8 +35,8 @@ jobs:
run: poetry install
if: steps.cache.outputs.cache-hit != 'true'
- name: Code Quality
run: poetry run black . --check
# - name: Code Quality
# run: poetry run black . --check
- name: Test with pytest
run: poetry run pytest --cov . -n 2