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

This commit is contained in:
Brian Bjarke Jensen
2024-02-24 23:48:12 +01:00
parent b37fea850a
commit 9872edda7c
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: Install Packages
run: |
python -m pip install --upgrade pip
pip install poetry
pip install flake8 mypy poetry
poetry install --with test
- name: PEP8 Check
run: flake8 ./src --benchmark