We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b5aef commit 0f63beaCopy full SHA for 0f63bea
.github/workflows/wheel_tests_nightly_release.yml
@@ -18,6 +18,9 @@
18
name: CI - Wheel Tests (Nightly/Release)
19
20
on:
21
+ pull_request:
22
+ branches:
23
+ - main
24
workflow_dispatch:
25
inputs:
26
gcs_download_uri:
@@ -272,7 +275,7 @@ jobs:
272
275
matrix:
273
276
python: ["3.11", "3.13", "3.13-nogil"]
274
277
cuda-version: [12, 13]
- container: "us-docker.pkg.dev/ml-oss-artifacts-published/ml-public-container/ml-build:latest"
278
+ container: "us-docker.pkg.dev/ml-oss-artifacts-transient/ml-public-testing-container/ml-build:infrastructure-public-image-a9244380692c"
279
280
# Verifies that JAX's release wheels can be installed
281
name: "Verify release wheels install (Python ${{ matrix.python }})"
0 commit comments