Skip to content

Commit

Permalink
Use Python 3.10 for quality checks
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter2206 committed Nov 29, 2023
1 parent ff5adc0 commit 07e2c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10
- uses: actions/checkout@v2
- name: Setup poetry
uses: abatilo/actions-poetry@v2
Expand All @@ -43,4 +43,4 @@ jobs:
pre-commit install
pre-commit run -a
- name: Run mypy
run: poetry run mypy --install-types --non-interactive --namespace-packages --explicit-package-bases src
run: MYPYPATH=src poetry run mypy --install-types --non-interactive --namespace-packages --explicit-package-bases src

0 comments on commit 07e2c50

Please sign in to comment.