Skip to content

Commit f20f267

Browse files
committed
pointed test build to development branches
1 parent 566b243 commit f20f267

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
- name: Install development Pydra and fileformats-medimage
4141
run: |
4242
pip uninstall pydra fileformats-medimage -y
43-
pip install --no-deps git+https://github.com/nipype/pydra.git@new-syntax
44-
pip install --no-deps git+https://github.com/arcanaframework/fileformats-medimage.git@pydra-syntax-changes
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
4545
- name: Test with pytest
4646
run: |
4747
pytest -sv --cov pydra.tasks.$SUBPACKAGE --cov-report xml

0 commit comments

Comments
 (0)