@@ -17,7 +17,6 @@ jobs:
|
|||||||
architecture: "x64"
|
architecture: "x64"
|
||||||
- name: Install Packages
|
- name: Install Packages
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
|
||||||
pip install poetry
|
pip install poetry
|
||||||
poetry install
|
poetry install
|
||||||
poetry show
|
poetry show
|
||||||
@@ -28,4 +27,4 @@ jobs:
|
|||||||
- name: Type Check
|
- name: Type Check
|
||||||
run: |
|
run: |
|
||||||
poetry run mypy --version
|
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