diff --git a/dependencies.yaml b/dependencies.yaml index b1a74301..d757f549 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -377,7 +377,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"]