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