Skip to content

Commit 0f6fc2e

Browse files
committed
also install package dependencies
1 parent 3846515 commit 0f6fc2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/type_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: ${{ matrix.python-version }}
3131

3232
- name: Install neurodocker
33-
run: python -m pip install mypy
33+
run: python -m pip install . mypy
3434

3535
- name: Check types
3636
run: mypy --install-types --non-interactive neurodocker

0 commit comments

Comments
 (0)