Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JerrySentry committed May 7, 2024
1 parent 06dd8c8 commit 97fdc1f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Patch typing check

on:
Expand All @@ -8,10 +7,10 @@ jobs:
static-type-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
with:
python-version: '3.10'
python-version: '3.12'
- run: pip install mypy==1.10.0
- name: Get Python changed files
id: changed-py-files
Expand Down

0 comments on commit 97fdc1f

Please sign in to comment.