diff --git a/installers-conda/build_installers.py b/installers-conda/build_installers.py index f3344b66d42..e6b359fe5a8 100644 --- a/installers-conda/build_installers.py +++ b/installers-conda/build_installers.py @@ -186,10 +186,10 @@ def _create_conda_lock(env_type='base'): definitions = { "channels": [ - CONDA_BLD_PATH, + "conda-forge", "conda-forge/label/spyder_dev", "conda-forge/label/spyder_kernels_rc", - "conda-forge" + CONDA_BLD_PATH, ], "dependencies": [k + v for k, v in specs.items()], "platforms": [TARGET_PLATFORM]