Cleaning build workflow

This commit is contained in:
Nex
2022-01-18 16:09:01 +01:00
parent 92f9dcb8a5
commit bb1b108fd7

View File

@@ -37,7 +37,5 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Safety checks
run: safety check
- name: Test with pytest
run: |
pytest
run: pytest