Skip to content

Commit b622398

Browse files
committed
separate install of dipy
1 parent daa5268 commit b622398

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,11 @@ jobs:
5353
python3 -m pip install -r requirements.txt
5454
popd
5555
56+
- name: Install Dipy separately as it was causing trouble
57+
run: python3 -m pip install dipy
58+
5659
- name: Install Package
57-
run: python3 -m pip install -e .[test]
60+
run: python3 -m pip install .[test]
5861

5962
- name: Pytest
6063
run: pytest -vvs --cov nipype2pydra --cov-config .coveragerc --cov-report xml

0 commit comments

Comments
 (0)