diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/template/example.ini | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/examples/template/example.ini b/examples/template/example.ini index e84cf67..4a4c579 100644 --- a/examples/template/example.ini +++ b/examples/template/example.ini @@ -28,8 +28,8 @@ python =  [conda]  installer_name = Miniforge3  installer_version = 23.3.1-1 -installer_platform = ${OMC_CONDA_PLATFORM} -installer_arch = ${OMC_CONDA_ARCH} +installer_platform = ${STASIS_CONDA_PLATFORM} +installer_arch = ${STASIS_CONDA_ARCH}  installer_baseurl = https://github.com/conda-forge/miniforge/releases/latest/download  ; (list) Conda packages to install | 
