Skip to content

Commit f84384d

Browse files
committed
mypy==1.20.2
1 parent b6b7a3d commit f84384d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

actions/prepare/action.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ inputs:
6262
required: false
6363
type: string
6464
default: ''
65-
runs:
65+
mypy==1:
66+
20:
67+
2:runs:
6668
using: composite
6769
steps:
6870
- name: Set up Python ${{ inputs.python-version }}
@@ -98,7 +100,7 @@ runs:
98100
- name: Install mypy
99101
if: ${{ inputs.install-check-tools == 'true' }}
100102
shell: bash
101-
run: pip install capped==1.20.2 mypy
103+
run: pip install mypy==1.20.2
102104

103105
- name: Install Ubuntu dependencies
104106
if: ${{ inputs.ubuntu-packages != '' }}

0 commit comments

Comments
 (0)