We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1772639 commit ef1cc19Copy full SHA for ef1cc19
.github/workflows/python-package.yml
@@ -32,4 +32,6 @@ jobs:
32
run: |
33
pytest
34
- name: Mypy Check
35
- uses: jpetrucciani/[email protected]
+ uses: jpetrucciani/mypy-check@master
36
+ with:
37
+ python_version: "3.13"
0 commit comments