Skip to content

Commit 191111d

Browse files
committed
fixing cicd
1 parent 4db4d4a commit 191111d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,11 @@ jobs:
257257
python -m pip install --upgrade pip
258258
259259
- name: Install task package
260-
run: |
261-
pip install -e .fileformats-medimage-mrtrix -e ./fileformats-medimage-mrtrix-extras -e '.[test]'
260+
run: >
261+
pip install
262+
-e ./related-packagse/fileformats
263+
-e ./related-packages/fileformats-extras
264+
-e '.[test]'
262265
263266
- name: Test with pytest
264267
run: |

0 commit comments

Comments
 (0)