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

This commit is contained in:
Brian Bjarke Jensen
2024-02-25 14:38:07 +01:00
parent ce063822b5
commit d6f6f1b0be
+5 -3
View File
@@ -18,9 +18,11 @@ jobs:
- name: Install Packages
run: |
python -m pip install --upgrade pip
pip install poetry flake8 mypy types-pillow
poetry install
pip install poetry
poetry install --with main,test
- name: PEP8 Check
run: flake8 ./src --benchmark
- name: Type Check
run: mypy ./src --disable-error-code=import-untyped
run: |
poetry run flake8 --version
mypy ./src --disable-error-code=import-untyped