Skip to content

Commit f199863

Browse files
committed
fix: dev: cleanup annotation warnings in conda workflow
Signed-off-by: Stephen L Arnold <sarnold@vctlabs.com>
1 parent 5552b0f commit f199863

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/conda-dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ jobs:
5252
with:
5353
auto-update-conda: true
5454
python-version: ${{ matrix.python-version }}
55-
channels: conda-forge
55+
channels: conda-forge,defaults
5656
channel-priority: strict
57+
conda-remove-defaults: true
5758
use-only-tar-bz2: true
5859

5960
- name: Configure condadev environment

0 commit comments

Comments
 (0)