Skip to content

Commit 92411c0

Browse files
DocGarbanzoclaude
andcommitted
Fix deprecated conda configuration warnings in CI workflow
Replace deprecated auto-activate-base with auto-activate and fix channel name from 'default' to 'defaults' to resolve GitHub Actions warnings. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 77334eb commit 92411c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package-conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
with:
2626
python-version: 3.11
2727
activate-environment: donkey
28-
auto-activate-base: false
29-
channels: default, conda-forge, pytorch
28+
auto-activate: false
29+
channels: defaults, conda-forge, pytorch
3030
channel-priority: true
3131
- name: Conda info and list
3232
run: |

0 commit comments

Comments
 (0)