CI: Use --no-prune when installing the devenv on Windows to prevent errors.

This commit is contained in:
Jacob Oursland
2024-04-29 12:44:06 -06:00
committed by Adrián Insaurralde Avalos
parent 0100a99838
commit cc8794a611

View File

@@ -79,7 +79,7 @@ jobs:
CONDA_VERBOSITY: 2
run: |
conda config --add envs_dirs $PWD/.conda
mamba-devenv -f conda/environment.devenv.yml
mamba-devenv --no-prune -f conda/environment.devenv.yml
- name: Make needed directories, files and initializations
id: Init
run: |