Skip to content

Commit

Permalink
Add a step to Force download
Browse files Browse the repository at this point in the history
  • Loading branch information
mag1cp1n authored Nov 25, 2023
1 parent c2d3911 commit fb9cead
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/download-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fb9cead

Please sign in to comment.