Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryogrid authored Oct 13, 2024
1 parent aadd02d commit 38ba7f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ permissions:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
Expand All @@ -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

0 comments on commit 38ba7f0

Please sign in to comment.