File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
11
11
mypy :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4 # https://github.com/actions/checkout
15
- - uses : actions/setup-python@v5 # https://github.com/actions/setup-python
14
+ - uses : actions/checkout@v4 # https://github.com/actions/checkout
15
+ - uses : actions/setup-python@v5 # https://github.com/actions/setup-python
16
16
with :
17
17
python-version : 3.13
18
18
allow-prereleases : true
19
19
# Only a single commit is fetched by default, for the ref/SHA that triggered the workflow.
20
20
# Set fetch-depth: 0 to fetch all history for all branches and tags.
21
21
fetch-depth : 0 # Needed for setuptools_scm to work correctly
22
- - run : pip install -U --user pip mypy
22
+ - run : pip install -U --user pip mypy ipython-stubs
23
23
- run : mypy .
You can’t perform that action at this time.
0 commit comments