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

This commit is contained in:
Brian Bjarke Jensen
2024-02-25 00:07:32 +01:00
parent 68ca576639
commit 3353f60a56
+2 -2
View File
@@ -18,8 +18,8 @@ jobs:
- name: Install Packages
run: |
python -m pip install --upgrade pip
pip install flake8 mypy poetry
poetry install --with test
pip install poetry
poetry install --with main,test
- name: PEP8 Check
run: flake8 ./src --benchmark
- name: Type Check