From 815c8bdb1c2b784062a57e40559eb5712a6f4603 Mon Sep 17 00:00:00 2001 From: atalman Date: Mon, 8 Apr 2024 10:22:11 -0700 Subject: [PATCH] test --- .github/workflows/validate-macos-arm64-binaries.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/validate-macos-arm64-binaries.yml b/.github/workflows/validate-macos-arm64-binaries.yml index 75759eae6..76d9c1a91 100644 --- a/.github/workflows/validate-macos-arm64-binaries.yml +++ b/.github/workflows/validate-macos-arm64-binaries.yml @@ -116,6 +116,7 @@ jobs: export ENV_NAME="conda-env-${{ github.run_id }}" export TARGET_OS="macos-arm64" export TORCH_ONLY=${{ inputs.torchonly }} + export RELEASE_VERSION=${{ inputs.version }} export USE_FORCE_REINSTALL=${{ inputs.use-force-reinstall }} export USE_VERSION_SET=${{ inputs.use-version-set }}