add_gitea_workflows #17
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user