From 315f379d3be1ec07789a710d26b31bc5219bd1ec Mon Sep 17 00:00:00 2001 From: James Lamb Date: Fri, 31 Jan 2025 17:07:02 -0600 Subject: [PATCH] disallow fallback to Make in Python builds --- dependencies.yaml | 2 +- python/pylibwholegraph/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies.yaml b/dependencies.yaml index adac7fcf..aae6e95e 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -370,7 +370,7 @@ dependencies: - ogb test_python_common: common: - - output_types: [conda, pyproject] + - output_types: [conda, pyproject, requirements] packages: - pytest - pytest-benchmark diff --git a/python/pylibwholegraph/pyproject.toml b/python/pylibwholegraph/pyproject.toml index 91188670..280f3e61 100644 --- a/python/pylibwholegraph/pyproject.toml +++ b/python/pylibwholegraph/pyproject.toml @@ -66,7 +66,7 @@ build-dir = "build/{wheel_tag}" cmake.build-type = "Release" cmake.version = "CMakeLists.txt" minimum-version = "build-system.requires" -ninja.make-fallback = true +ninja.make-fallback = false sdist.exclude = ["*tests*"] sdist.reproducible = true wheel.packages = ["pylibwholegraph"]