Skip to content

Commit d100536

Browse files
committed
removed pydra develop from ci-cd
1 parent a25394e commit d100536

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ jobs:
3737
- name: Install task package
3838
run: |
3939
pip install ".[test]"
40-
- name: Install development Pydra and fileformats-medimage
41-
run: |
42-
pip uninstall pydra fileformats-medimage -y
43-
pip install --no-deps git+https://github.com/nipype/pydra.git@develop
44-
pip install --no-deps git+https://github.com/arcanaframework/fileformats-medimage.git@updated-pydra-imports
4540
- name: Test with pytest
4641
run: |
4742
pytest -sv --cov pydra.tasks.$SUBPACKAGE --cov-report xml

0 commit comments

Comments
 (0)