Skip to content

Commit 17d1066

Browse files
committed
Use python 3.10
1 parent 4bca545 commit 17d1066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mypy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Python
3535
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
3636
with:
37-
python-version: 3.11
37+
python-version: 3.10
3838

3939
- name: Install Dependencies
4040
run: |
@@ -45,4 +45,4 @@ jobs:
4545
# mypy | mypy-baseline sync --ignore-categories=note
4646
# then commit mypy-baseline.txt
4747
run: >-
48-
mypy | mypy-baseline filter --ignore-categories=note
48+
mypy | mypy-baseline filter --ignore-categories=note --allow-unsynced

0 commit comments

Comments
 (0)