Skip to content

Commit 16c5c36

Browse files
committed
Add back default channel
1 parent e79df55 commit 16c5c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_conda-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
python-version: ${{ inputs.python-version }}
5050
mamba-version: "*"
51-
channels: pytorch,nvidia,conda-forge
51+
channels: pytorch,nvidia,conda-forge,defaults
5252
channel-priority: true
5353
auto-update-conda: true
5454
activate-environment: my-env

0 commit comments

Comments
 (0)