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

This commit is contained in:
Brian Bjarke Jensen
2024-02-25 00:04:09 +01:00
parent 8e107b785e
commit 68ca576639
+1 -1
View File
@@ -23,4 +23,4 @@ jobs:
- name: PEP8 Check - name: PEP8 Check
run: flake8 ./src --benchmark run: flake8 ./src --benchmark
- name: Type Check - name: Type Check
run: mypy ./src run: mypy ./src --explicit-package-bases --disable-error-code=import-untyped