Skip to content

Commit 5ff3c0c

Browse files
committed
Handle deprecation warnings from conda setup in Github actions
1 parent 22db2bf commit 5ff3c0c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838
activate-environment: test-env
3939
environment-file: .github/conda-env/test-env.yml
4040
miniforge-version: latest
41-
channels: conda-forge
41+
channels:
42+
- defaults
43+
- conda-forge
4244
channel-priority: strict
4345
auto-update-conda: false
4446
auto-activate-base: false

0 commit comments

Comments
 (0)