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 ab1ae97 commit 8b43482Copy full SHA for 8b43482
.github/workflows/build_artifacts.yml
@@ -71,7 +71,7 @@ jobs:
71
run: |
72
artifacts=()
73
if [[ ${{ github.event_name }} == "pull_request" ]]; then
74
- artifacts=("jax" ", jaxlib" ", jax-cuda-pjrt" ", jax-cuda-plugin")
+ artifacts=("'jax'" ", 'jaxlib'" ", 'jax-cuda-pjrt'" ", 'jax-cuda-plugin'")
75
else
76
if [[ ${${{ inputs.build_jax }}:-0} == "1" ]]; then
77
artifacts+="'jax'"
0 commit comments