From cc8794a611be5c9a39a36fbaf3310542e426a583 Mon Sep 17 00:00:00 2001 From: Jacob Oursland Date: Mon, 29 Apr 2024 12:44:06 -0600 Subject: [PATCH] CI: Use --no-prune when installing the devenv on Windows to prevent errors. --- .github/workflows/sub_buildWindowsConda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sub_buildWindowsConda.yml b/.github/workflows/sub_buildWindowsConda.yml index 73e9b71145..8acb274bcd 100644 --- a/.github/workflows/sub_buildWindowsConda.yml +++ b/.github/workflows/sub_buildWindowsConda.yml @@ -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: |