diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 20ed422..a83f528 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,6 @@ jobs: - run: | pip install mypy mypy src --ignore-missing-imports --disable-error-code no-redef - MYPYPATH=src mypy test --ignore-missing-imports --disable-error-code no-redef - run: | pip install pytest pytest @@ -61,7 +60,6 @@ jobs: - run: | pip install mypy mypy src --ignore-missing-imports --disable-error-code no-redef - MYPYPATH=src mypy test --ignore-missing-imports --disable-error-code no-redef - run: | pip install pytest pytest