svalinn / DAGMC

Direct Accelerated Geometry Monte Carlo Toolkit
https://svalinn.github.io/DAGMC
Other
100 stars 63 forks source link

Remove yaml-cpp conda pkg from Windows CI env to avoid gtest conflict #888

Closed gonuke closed 1 year ago

gonuke commented 1 year ago

Description

Removes conda pkg yaml-cpp from windows CI build environment.

Fixes #885

Motivation and Context

The yaml-cpp conda package installs a version of gtest, currently a version that is not compatible with the one we use. While it is questionable whether this package should install gtest, we don't need this package for our build so we can simply remove it.