File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,13 @@ jobs:
2727 steps :
2828 - uses : actions/checkout@v3
2929 - name : Build jaxlib
30- run : ./ci/build_artifacts.sh jaxlib
30+ run : ./ci/build_artifacts.sh "ci/envs/build_artifacts/ jaxlib"
3131 - name : Build jax-cuda-plugin
32- run : ./ci/build_artifacts.sh jax-cuda-plugin
32+ run : ./ci/build_artifacts.sh "ci/envs/build_artifacts/ jax-cuda-plugin"
3333 - name : Build jax-cuda-pjrt
34- run : ./ci/build_artifacts.sh jax-cuda-pjrt
34+ run : ./ci/build_artifacts.sh "ci/envs/build_artifacts/ jax-cuda-pjrt"
3535 # Halt for testing
3636 - name : Wait For Connection
3737 uses : ./actions/ci_connection/
3838 - name : Run Bazel GPU tests locally
39- env :
40- ENV_FILE : ci/envs/run_tests/bazel_gpu_local
41- run : ./ci/run_bazel_test_gpu.sh
39+ run : ./ci/run_bazel_test.sh "ci/envs/run_tests/bazel_gpu_local"
You can’t perform that action at this time.
0 commit comments