Skip to content

Commit c907a4f

Browse files
committed
Revert "Handle deprecation warnings from conda setup in Github actions"
This reverts commit 5ff3c0c.
1 parent 870fa19 commit c907a4f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

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

0 commit comments

Comments
 (0)