Skip to content

Commit ef1cc19

Browse files
committed
Force mypy Github action to Py 3.13
1 parent 1772639 commit ef1cc19

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@ jobs:
3232
run: |
3333
pytest
3434
- name: Mypy Check
35-
uses: jpetrucciani/[email protected]
35+
uses: jpetrucciani/mypy-check@master
36+
with:
37+
python_version: "3.13"

0 commit comments

Comments
 (0)