Skip to content

Commit 858a7b9

Browse files
Use conda config (config not supported through mamba) (#319)
* Use conda config (config not supported through mamba) * Get rid of conda config call Co-authored-by: AU <adam-urbanczyk@users.noreply.github.com>
1 parent 367fee5 commit 858a7b9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ install:
2222
- cmd: miniconda.exe /S /InstallationType=JustMe /D=%MINICONDA_DIRNAME%
2323
- cmd: set "PATH=%MINICONDA_DIRNAME%;%MINICONDA_DIRNAME%\\Scripts;%PATH%"
2424
- cmd: activate
25-
- mamba config --set always_yes yes
2625
- mamba info
2726
- mamba env create --name cqgui -f cqgui_env.yml
2827
- sh: source activate cqgui

0 commit comments

Comments
 (0)