Skip to content

Commit

Permalink
touched up devcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Nov 21, 2023
1 parent 7b6d42e commit 934d2f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
python -c "import pydra as m; print(f'{m.__name__} {m.__version__} @ {m.__file__}')"
- name: Install task package
run: |
pip install "./src-fileformats[dev]" "./src-fileformats-extras[dev]"
pip install ${{ matrix.pip-flags }} "./src[dev]"
pip install "./fileformats/src[dev]" "fileformats/extras[dev]"
pip install ${{ matrix.pip-flags }} ".[dev]"
python -c "import pydra.tasks.freesurfer as m; print(f'{m.__name__} {m.__version__} @ {m.__file__}')"
python -c "import pydra as m; print(f'{m.__name__} {m.__version__} @ {m.__file__}')"
python -c "import fileformats.medimage_freesurfer as m; print(f'{m.__name__} {m.__version__} @ {m.__file__}')"
Expand Down

0 comments on commit 934d2f4

Please sign in to comment.