We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa5268 commit b622398Copy full SHA for b622398
.github/workflows/ci-cd.yml
@@ -53,8 +53,11 @@ jobs:
53
python3 -m pip install -r requirements.txt
54
popd
55
56
+ - name: Install Dipy separately as it was causing trouble
57
+ run: python3 -m pip install dipy
58
+
59
- name: Install Package
- run: python3 -m pip install -e .[test]
60
+ run: python3 -m pip install .[test]
61
62
- name: Pytest
63
run: pytest -vvs --cov nipype2pydra --cov-config .coveragerc --cov-report xml
0 commit comments