Skip to content

Commit 669a3be

Browse files
dnicolodirgommers
authored andcommitted
CI: install dependencies when running mypy
1 parent b96b9c6 commit 669a3be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,9 @@ jobs:
348348
with:
349349
python-version: 3.9
350350

351+
- name: Install dependencies
352+
run: python -m pip install .
353+
351354
- name: Install mypy
352355
run: python -m pip --disable-pip-version-check install mypy==1.5.1
353356

0 commit comments

Comments
 (0)