From d8f8f447711674b1a9ca422bd820ae20470db052 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 13 Nov 2023 19:19:07 +1100 Subject: [PATCH] emptyconfigpath --- .github/workflows/wheels-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels-macos.yml b/.github/workflows/wheels-macos.yml index 7f1ec82c133..d5ef845320e 100644 --- a/.github/workflows/wheels-macos.yml +++ b/.github/workflows/wheels-macos.yml @@ -4,7 +4,7 @@ on: workflow_call: env: - CONFIG_PATH: "wheels/config.sh" + CONFIG_PATH: "" REPO_DIR: "." TEST_DEPENDS: "pytest pytest-timeout"