diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 78dbacc..fbb4890 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -99,6 +99,9 @@ outputs: run: - {{ pin_subpackage("libgoogle-cloud", exact=True) }} - nlohmann_json + # cannot load package wihout zlib because it's specified + # as required; if possible, this should be removed upstream + - zlib test: commands: - ./run_test_google_cloud_cpp.sh # [not win]