Skip to content

Commit

Permalink
changed order of installation in devcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Nov 6, 2023
1 parent b1b87a1 commit ffddff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
python -c "import pydra as m; print(f'{m.__name__} {m.__version__} @ {m.__file__}')"
- name: Install task package
run: |
pip install ${{ matrix.pip-flags }} "./src-fileformats[dev]" "./src-fileformats-extras[dev]" "./src[dev]"
pip install ${{ matrix.pip-flags }} "./src[dev]" "./src-fileformats[dev]" "./src-fileformats-extras[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.freesurfer as m; print(f'{m.__name__} {m.__version__} @ {m.__file__}')"
Expand Down

0 comments on commit ffddff8

Please sign in to comment.