Skip to content

Commit

Permalink
also install package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Apr 2, 2024
1 parent 3846515 commit 0f6fc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/type_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install neurodocker
run: python -m pip install mypy
run: python -m pip install . mypy

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

0 comments on commit 0f6fc2e

Please sign in to comment.