Skip to content

Commit bd8b55a

Browse files
remove defaults channel from conda
1 parent 3316a2a commit bd8b55a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
auto-update-conda: true
168168
python-version: ${{ matrix.python-version }}
169169
mamba-version: "*"
170-
channels: conda-forge,defaults
170+
channels: conda-forge
171171
channel-priority: true
172172
activate-environment: elephant
173173
environment-file: requirements/environment-tests.yml
@@ -388,7 +388,7 @@ jobs:
388388
auto-update-conda: true
389389
python-version: ${{ matrix.python-version }}
390390
mamba-version: "*"
391-
channels: conda-forge,defaults
391+
channels: conda-forge
392392
channel-priority: true
393393
activate-environment: elephant
394394
environment-file: requirements/environment-tests.yml

0 commit comments

Comments
 (0)