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 c356513 commit 196c3deCopy full SHA for 196c3de
.github/workflows/build_artifacts.yml
@@ -63,7 +63,7 @@ jobs:
63
run: |
64
artifacts=()
65
if [[ ${{ github.event_name }} == "pull_request" ]];
66
- artifacts = ("jax" ", jaxlib" ", jax-cuda-pjrt" ", jax-cuda-plugin")
+ artifacts=("jax" ", jaxlib" ", jax-cuda-pjrt" ", jax-cuda-plugin")
67
else
68
if [[ ${{ inputs.build_jax }} == "1" ]]; then
69
artifacts+="jax"
0 commit comments