Skip to content

Commit

Permalink
Use - adding a workaround for NumPy's conversion from unit64 to float (
Browse files Browse the repository at this point in the history
  • Loading branch information
mag1cp1n authored Nov 27, 2023
1 parent 5a3c20e commit c31973a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/actions/download-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ runs:
commit: ${{ inputs.git_sha }}
workflow_conclusion: success
workflow: "ci-gh-${{ inputs.device }}-build-and-test.yml"
# name: "legate.core-${{ inputs.device }}-[0-9a-z]{40}"
name: "legate.core-${{ inputs.device }}-${{ inputs.git_sha }}"
name: "legate.core-${{ inputs.device }}-[0-9a-z]{40}"
name_is_regexp: true

- if: steps.cache.outputs.cache-hit != 'true'
Expand Down
2 changes: 1 addition & 1 deletion cmake/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"git_url" : "https://github.com/nv-legate/legate.core.git",
"git_shallow": false,
"always_download": false,
"git_tag" : "787af9a4532b6039f414007eb136ba3dbdfa7fd3"
"git_tag" : "434966aebfb720ced0da39448aa1ba3ca303489b"
}
}
}

0 comments on commit c31973a

Please sign in to comment.