diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 08632a0..a5f42ac 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -14,9 +14,7 @@ permissions: jobs: build: - runs-on: ubuntu-latest - steps: - uses: actions/checkout@v4 - name: Set up Python 3.10 @@ -31,5 +29,5 @@ jobs: - name: Mypy Check run: | cd /home/runner/work/anime-illust-image-searcher/anime-illust-image-searcher - pip insttal mypy + pip install mypy mypy *.py