Skip to content

Commit 09c576b

Browse files
committed
try a fix for the dynamic artifact list (4)
1 parent 22b9076 commit 09c576b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
${{ inputs.build_jax && inputs.build_jaxlib && inputs.build_jax_cuda_pjrt && fromJSON('["jax", "jaxlib", "jax-cuda-pjrt"]') }} ||
6868
${{ inputs.build_jax && inputs.build_jaxlib && fromJSON('["jax", "jaxlib"]') }} ||
6969
${{ inputs.build_jax && fromJSON('["jax"]') }} ||
70-
${{ '[]' }}
70+
${{ fromJSON('[]') }}
7171
python: ["3.10"] #, "3.11", "3.12"]
7272
# jax-cuda-pjrt and jax are pure Python packages so they do not need to be built for each
7373
# Python version.

0 commit comments

Comments
 (0)