Skip to content

Commit

Permalink
Merge pull request #474 from jhlegarreta/FixBuildTestPublishCondaChan…
Browse files Browse the repository at this point in the history
…nelWarning

ENH: Add `defaults` to `conda` channels in `build-test-publish` GHA
  • Loading branch information
effigies authored Jan 22, 2025
2 parents 89fdba9 + ecb1b33 commit 50c053d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
auto-update-conda: true
auto-activate-base: true
python-version: ${{ matrix.python-version }}
channels: https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public/,conda-forge
channels: https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public/,conda-forge,defaults
- uses: actions/cache@v4
id: conda
env:
Expand Down

0 comments on commit 50c053d

Please sign in to comment.