diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index b289015..548062e 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -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: |