Skip to content

Commit 70c969c

Browse files
committed
explicitly uninstall pydra and fileformats-medimage
1 parent 46d0d1d commit 70c969c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
pip install ".[test]"
4040
- name: Install development Pydra and fileformats-medimage
4141
run: |
42+
pip uninstall pydra fileformats-medimage -y
4243
pip install --no-deps git+https://github.com/nipype/pydra.git@new-syntax
4344
pip install --no-deps git+https://github.com/arcanaframework/fileformats-medimage.git@pydra-syntax-changes
4445
- name: Test with pytest

0 commit comments

Comments
 (0)