Skip to content

Commit 50c053d

Browse files
authored
Merge pull request #474 from jhlegarreta/FixBuildTestPublishCondaChannelWarning
ENH: Add `defaults` to `conda` channels in `build-test-publish` GHA
2 parents 89fdba9 + ecb1b33 commit 50c053d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
auto-update-conda: true
130130
auto-activate-base: true
131131
python-version: ${{ matrix.python-version }}
132-
channels: https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public/,conda-forge
132+
channels: https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public/,conda-forge,defaults
133133
- uses: actions/cache@v4
134134
id: conda
135135
env:

0 commit comments

Comments
 (0)