From 8c55a73d55a3e61bbbacba29e0b01d5c80cf9281 Mon Sep 17 00:00:00 2001 From: Dante Gama Dessavre Date: Thu, 6 Jul 2023 12:05:11 -0500 Subject: [PATCH 1/2] DBG remove wheel build setup env variable --- .github/workflows/build.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f46432db10..b77a565b42 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -75,7 +75,6 @@ jobs: package-name: pylibraft package-dir: python/pylibraft skbuild-configure-options: "-DRAFT_BUILD_WHEELS=ON -DDETECT_CONDA_ENV=OFF -DFIND_RAFT_CPP=OFF" - uses-setup-env-vars: false wheel-publish-pylibraft: needs: wheel-build-pylibraft secrets: inherit From 8b7d104c8d837d03321f828d2a1e22fae9a920f2 Mon Sep 17 00:00:00 2001 From: Dante Gama Dessavre Date: Thu, 6 Jul 2023 13:53:52 -0500 Subject: [PATCH 2/2] FIX remove further use of uses-setup-env-vars --- .github/workflows/build.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b77a565b42..f48bad4294 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -97,7 +97,6 @@ jobs: package-name: raft_dask package-dir: python/raft-dask skbuild-configure-options: "-DRAFT_BUILD_WHEELS=ON -DDETECT_CONDA_ENV=OFF -DFIND_RAFT_CPP=OFF" - uses-setup-env-vars: false wheel-publish-raft-dask: needs: wheel-build-raft-dask secrets: inherit