File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 7070 python : ${{ matrix.python }}
7171 enable-x64 : ${{ matrix.enable-x64 }}
7272 gcs_download_uri : ' gs://general-ml-ci-transient/jax-github-actions/jax-fork/${{ github.workflow }}/${{ github.run_number }}'
73+ install_jax_current_commit : " 1"
7374
7475
7576 run_pytest_gpu :
8990 cuda : ${{ matrix.cuda }}
9091 enable-x64 : ${{ matrix.enable-x64 }}
9192 gcs_download_uri : ' gs://general-ml-ci-transient/jax-github-actions/jax-fork/${{ github.workflow }}/${{ github.run_number }}'
93+ install_jax_current_commit : " 1"
9294
9395 run_bazel_test_gpu :
9496 needs : [build_jaxlib_artifact, build_cuda_artifacts]
Original file line number Diff line number Diff line change 2929 python : ${{ matrix.python }}
3030 enable-x64 : ${{ matrix.enable-x64 }}
3131 gcs_download_uri : ${{inputs.gcs_download_uri}}
32+ install_jax_current_commit : " 0"
3233
3334
3435 run_pytest_gpu :
4849 python : ${{ matrix.python }}
4950 cuda : ${{ matrix.cuda }}
5051 enable-x64 : ${{ matrix.enable-x64 }}
51- gcs_download_uri : ${{inputs.gcs_download_uri}}
52+ gcs_download_uri : ${{inputs.gcs_download_uri}}
53+ install_jax_current_commit : " 0"
You can’t perform that action at this time.
0 commit comments