From fb9cead4a2b00f95088cbbd4a0c38178273f2533 Mon Sep 17 00:00:00 2001 From: Parag Kulkarni Date: Sat, 25 Nov 2023 10:50:20 +0530 Subject: [PATCH] Add a step to Force download --- .github/actions/download-artifacts/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/download-artifacts/action.yml b/.github/actions/download-artifacts/action.yml index 66ebb5907..be0e4f5c1 100644 --- a/.github/actions/download-artifacts/action.yml +++ b/.github/actions/download-artifacts/action.yml @@ -17,7 +17,8 @@ runs: key: "nv-legate/legate.core@${{ inputs.git_sha }}-${{ inputs.device }}" path: .artifacts -# - if: steps.cache.outputs.cache-hit != 'true' + # - if: steps.cache.outputs.cache-hit != 'true' + - id: ForceDownload name: Download conda artifacts uses: dawidd6/action-download-artifact@v2 with: