Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim committed Dec 18, 2024
1 parent e20b0eb commit e6b65a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
# sort-paths: "./app"
LintsMyPy:
runs-on: ubuntu-latest
name: Mypy
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -39,7 +40,7 @@ jobs:
path: "./app"
mypy_version: "0.910"
requirement_files: "app/requirements.txt"
python_version: "3.12"
python_version: "3.10"

# Tests:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit e6b65a4

Please sign in to comment.