updated workflow
pipeline / Test (push) Successful in 57s

This commit is contained in:
Brian Bjarke Jensen
2024-02-25 14:46:31 +01:00
parent 65f7b44690
commit e302f229a8
+1 -2
View File
@@ -17,7 +17,6 @@ jobs:
architecture: "x64"
- name: Install Packages
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install
poetry show
@@ -28,4 +27,4 @@ jobs:
- name: Type Check
run: |
poetry run mypy --version
mypy ./src --disable-error-code=import-untyped
poetry run mypy ./src --disable-error-code=import-untyped