Skip to content

Commit 1fa4560

Browse files
authored
Update legate version to the latest 25.03 commit (#686)
1 parent 5a0ab9c commit 1fa4560

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
build-type: pull-request
2424
# TODO(cryos): https://github.com/nv-legate/legate.internal/issues/1893
2525
# Remove this once we have uploads to PyPi.
26-
legate-sha: bbecd8997cef88d2fdca0cd7246dddcb577daa5e
26+
legate-sha: 75dc0a92bbd2dfb79b6b680a0f37cbd0370d0181
2727
wheels-test:
2828
needs: wheels-build
2929
secrets: inherit
@@ -32,4 +32,4 @@ jobs:
3232
build-type: pull-request
3333
# TODO(cryos): https://github.com/nv-legate/legate.internal/issues/1893
3434
# Remove this once we have uploads to PyPi.
35-
legate-sha: bbecd8997cef88d2fdca0cd7246dddcb577daa5e
35+
legate-sha: 75dc0a92bbd2dfb79b6b680a0f37cbd0370d0181

cmake/versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"org": "nv-legate",
77
"artifact_workflow": "ci-gh.yml",
88
"nightly_workflow": "ci-gh-nightly-release.yml",
9-
"version": "25.03.01",
9+
"version": "25.03.02",
1010
"git_url" : "[email protected]:nv-legate/legate.internal.git",
1111
"git_shallow": false,
1212
"always_download": false,
13-
"git_tag" : "bbecd8997cef88d2fdca0cd7246dddcb577daa5e",
13+
"git_tag" : "75dc0a92bbd2dfb79b6b680a0f37cbd0370d0181",
1414
"anaconda_label": "rc"
1515
}
1616
}

0 commit comments

Comments
 (0)