We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ffa59a + 8098680 commit 63dbb4eCopy full SHA for 63dbb4e
.github/workflows/build-conda-installer.yml
@@ -50,7 +50,6 @@ jobs:
50
condarc: >-
51
channels:
52
- conda-forge
53
- - defaults
54
environment-name: build
55
create-args: conda conda-build boa python=3.11
56
init-shell: bash cmd.exe
scripts/windows/condainstall.bat
@@ -33,7 +33,6 @@ rem # We need it so add-ons can be installed from conda-forge
33
echo Appending conda-forge channel
34
echo channels: > "%PREFIX%\.condarc"
35
echo - conda-forge >> "%PREFIX%\.condarc"
36
-echo - defaults >> "%PREFIX%\.condarc"
37
38
rem Path to base conda env
39
for /f %%f in ( '"%CONDA%" info --root' ) do (
0 commit comments