Skip to content

Commit

Permalink
fixed up devcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Nov 3, 2023
1 parent 8e48fd5 commit 5bc744a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pythonpackage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
pip install ${{ matrix.pydra }}
python -c "import pydra as m; print(f'{m.__name__} {m.__version__} @ {m.__file__}')"
- name: Install task package
run:
run: |
pip install ${{ matrix.pip-flags }} "$REPO_DIR/src[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__}')"
Expand Down Expand Up @@ -146,6 +146,7 @@ jobs:
- name: Install Freesurfer
run: |
wget -q https://surfer.nmr.mgh.harvard.edu/pub/dist/freesurfer/7.4.1/freesurfer-linux-ubuntu22_amd64-7.4.1.tar.gz --output-file=$HOME/freesurfer.tar.gz
df -hs
pushd $HOME
tar -zxpf freesurfer.tar.gz
popd
Expand Down

0 comments on commit 5bc744a

Please sign in to comment.