From 3ca18e06031f575cf8781961205c3769c467dad0 Mon Sep 17 00:00:00 2001 From: "Paul P.H. Wilson" Date: Sat, 22 Jul 2023 10:46:05 -0500 Subject: [PATCH] move comment for action syntax --- .github/workflows/windows_build_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows_build_test.yml b/.github/workflows/windows_build_test.yml index 84923c42d8..4a81330d0b 100644 --- a/.github/workflows/windows_build_test.yml +++ b/.github/workflows/windows_build_test.yml @@ -23,12 +23,12 @@ jobs: auto-activate-base: true activate-environment: "" + # yaml-cpp package has conflicting gtest headers and is not needed for this project - name: Conda dependencies shell: bash -l {0} run: | conda install curl eigen conda install -c conda-forge hdf5=1.10.6 -# yaml-cpp package has conflicting gtest headers and is not needed for this project conda remove -y yaml-cpp - name: Environment Variables