Skip to content

Commit

Permalink
fixing cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed May 28, 2024
1 parent 4db4d4a commit 191111d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,11 @@ jobs:
python -m pip install --upgrade pip
- name: Install task package
run: |
pip install -e .fileformats-medimage-mrtrix -e ./fileformats-medimage-mrtrix-extras -e '.[test]'
run: >
pip install
-e ./related-packagse/fileformats
-e ./related-packages/fileformats-extras
-e '.[test]'
- name: Test with pytest
run: |
Expand Down

0 comments on commit 191111d

Please sign in to comment.