Skip to content

Commit ecf73c7

Browse files
committed
lock mypy
1 parent 9b10b3c commit ecf73c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ jobs:
214214
- name: Install client
215215
run: pip install *.whl
216216

217-
- run: pip install mypy
217+
- run: pip install -r requirements.txt
218+
working-directory: .github/workflows
218219

219220
- run: stubtest aerospike --allowlist stubtest-allowlist
220221

0 commit comments

Comments
 (0)