Skip to content

Commit 8098680

Browse files
committed
conda: remove defaults channel
1 parent 5ffa59a commit 8098680

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/build-conda-installer.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
condarc: >-
5151
channels:
5252
- conda-forge
53-
- defaults
5453
environment-name: build
5554
create-args: conda conda-build boa python=3.11
5655
init-shell: bash cmd.exe

scripts/windows/condainstall.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ rem # We need it so add-ons can be installed from conda-forge
3333
echo Appending conda-forge channel
3434
echo channels: > "%PREFIX%\.condarc"
3535
echo - conda-forge >> "%PREFIX%\.condarc"
36-
echo - defaults >> "%PREFIX%\.condarc"
3736

3837
rem Path to base conda env
3938
for /f %%f in ( '"%CONDA%" info --root' ) do (

0 commit comments

Comments
 (0)