Skip to content

Commit 733859f

Browse files
committed
added test install option in GHA
1 parent 200232d commit 733859f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: python -m pip install --upgrade pip
3737

3838
- name: Install Package
39-
run: python -m pip install -e .
39+
run: python -m pip install -e .[test]
4040

4141
- name: Pytest
4242
run: pytest -vvs --cov nipype2pydra --cov-config .coveragerc --cov-report xml

0 commit comments

Comments
 (0)