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

This commit is contained in:
Brian Bjarke Jensen
2024-02-25 00:14:22 +01:00
parent 3353f60a56
commit 3767e0e9db
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: Install Packages
run: |
python -m pip install --upgrade pip
pip install poetry
pip install poetry flake8 mypy types-pillow
poetry install --with main,test
- name: PEP8 Check
run: flake8 ./src --benchmark