CI: Use --no-prune when installing the devenv on Windows to prevent errors.
This commit is contained in:
committed by
Adrián Insaurralde Avalos
parent
0100a99838
commit
cc8794a611
2
.github/workflows/sub_buildWindowsConda.yml
vendored
2
.github/workflows/sub_buildWindowsConda.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user