From cc00907602a896fb64b448f53152173ba4c8f60a Mon Sep 17 00:00:00 2001 From: "Paul P.H. Wilson" Date: Fri, 22 Nov 2024 12:02:33 -0600 Subject: [PATCH] don't remove yaml-cpp --- .github/workflows/windows_build_test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/windows_build_test.yml b/.github/workflows/windows_build_test.yml index cea5b1816..9dc8b4d19 100644 --- a/.github/workflows/windows_build_test.yml +++ b/.github/workflows/windows_build_test.yml @@ -50,7 +50,6 @@ jobs: run: | conda install curl eigen conda install -c conda-forge hdf5 - conda remove -y yaml-cpp - name: Environment Variables shell: bash -l {0}