add_gitea_workflows #17

Merged
brian merged 48 commits from add_gitea_workflows into main 2024-02-25 18:45:08 +01:00
Showing only changes of commit e302f229a8 - Show all commits
+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