Skip to content

Commit

Permalink
fix up GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Feb 23, 2024
1 parent 8f90927 commit 520bcb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package-pydra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ jobs:
- name: Install task package
run: |
pip install ${{ matrix.pip-flags }} "pydra/src[dev]"
pip install ${{ matrix.pip-flags }} "interfaces/pydra/fileformats-medimage-mrtrix"
pip install ${{ matrix.pip-flags }} "interfaces/pydra/src[dev]"
python -c "import pydra.tasks.mrtrix3 as m; print(f'{m.__name__} {m.__version__} @ {m.__file__}')"
python -c "import pydra.tasks.mrtrix3.v3_0"
python -c "import pydra as m; print(f'{m.__name__} {m.__version__} @ {m.__file__}')"
Expand Down

0 comments on commit 520bcb1

Please sign in to comment.