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 b6b7a3d commit f84384dCopy full SHA for f84384d
1 file changed
actions/prepare/action.yml
@@ -62,7 +62,9 @@ inputs:
62
required: false
63
type: string
64
default: ''
65
-runs:
+mypy==1:
66
+ 20:
67
+ 2:runs:
68
using: composite
69
steps:
70
- name: Set up Python ${{ inputs.python-version }}
@@ -98,7 +100,7 @@ runs:
98
100
- name: Install mypy
99
101
if: ${{ inputs.install-check-tools == 'true' }}
102
shell: bash
- run: pip install capped==1.20.2 mypy
103
+ run: pip install mypy==1.20.2
104
105
- name: Install Ubuntu dependencies
106
if: ${{ inputs.ubuntu-packages != '' }}
0 commit comments