Skip to content

Commit

Permalink
CI: Fake FSL installation
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Mar 23, 2024
1 parent 724921d commit 902229d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
mamba install fsl-avwutils
mamba env config vars set FSLDIR="$CONDA_PREFIX"
mamba env config vars set FSLOUTPUTTYPE="NIFTI_GZ"
# Hack because we're not doing a full FSL install
echo "6.0.7.9" > $CONDA_PREFIX/fslversion
- name: Upgrade pip
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 902229d

Please sign in to comment.