File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,19 +19,20 @@ environment:
1919 NUMBA_DISABLE_JIT : 1
2020
2121init :
22- - cmd : curl -fsSLo Miniforge.exe https://github.com/conda-forge/miniforge/releases/latest/ download/Miniforge3-Windows-x86_64.exe
22+ - cmd : curl -fsSLo Miniforge.exe https://github.com/conda-forge/miniforge/releases/download/26.1.1-3/ Miniforge3-26.1.1-3 -Windows-x86_64.exe
2323 - cmd : Miniforge.exe /InstallationType=JustMe /RegisterPython=0 /S /D=%MINICONDA_DIRNAME%
2424 - cmd : set "PATH=%MINICONDA_DIRNAME%;%MINICONDA_DIRNAME%\\Scripts;%PATH%"
2525 - cmd : activate
2626 - cmd : set MAMBA_ROOT_PREFIX=C:/Miniforge/Library
27- - sh : curl -sL https://github.com/conda-forge/miniforge/releases/latest/ download/Miniforge3-$OS-x86_64.sh > miniconda.sh
27+ - sh : curl -sL https://github.com/conda-forge/miniforge/releases/download/26.1.1-3/ Miniforge3-26.1.1-3 -$OS-x86_64.sh > miniconda.sh
2828 - sh : bash miniconda.sh -b -p $HOME/miniconda;
2929 - sh : export PATH="$HOME/miniconda/bin:$HOME/miniconda/lib:$PATH";
3030 - sh : source $HOME/miniconda/bin/activate
3131 - sh : export MAMBA_ROOT_PREFIX=$HOME/miniconda
3232
3333install :
3434 - conda config --set always_yes yes
35+ - mamba info
3536 - mamba env create -f environment.yml
3637 - mamba list -n cadquery
3738
You can’t perform that action at this time.
0 commit comments