updated workflow
pipeline / Test (push) Failing after 54s

This commit is contained in:
Brian Bjarke Jensen
2024-02-25 00:27:15 +01:00
parent 1790c5d886
commit 4282e9a393
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry flake8 mypy types-pillow
poetry install --with main,test
poetry install
- name: PEP8 Check
run: flake8 ./src --benchmark
- name: Type Check