Skip to content

Commit

Permalink
Use python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
chadrik committed Aug 5, 2024
1 parent 4bca545 commit 17d1066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mypy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: 3.11
python-version: 3.10

- name: Install Dependencies
run: |
Expand All @@ -45,4 +45,4 @@ jobs:
# mypy | mypy-baseline sync --ignore-categories=note
# then commit mypy-baseline.txt
run: >-
mypy | mypy-baseline filter --ignore-categories=note
mypy | mypy-baseline filter --ignore-categories=note --allow-unsynced

0 comments on commit 17d1066

Please sign in to comment.