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 22b9076 commit 09c576bCopy full SHA for 09c576b
.github/workflows/build_artifacts.yml
@@ -67,7 +67,7 @@ jobs:
67
${{ inputs.build_jax && inputs.build_jaxlib && inputs.build_jax_cuda_pjrt && fromJSON('["jax", "jaxlib", "jax-cuda-pjrt"]') }} ||
68
${{ inputs.build_jax && inputs.build_jaxlib && fromJSON('["jax", "jaxlib"]') }} ||
69
${{ inputs.build_jax && fromJSON('["jax"]') }} ||
70
- ${{ '[]' }}
+ ${{ fromJSON('[]') }}
71
python: ["3.10"] #, "3.11", "3.12"]
72
# jax-cuda-pjrt and jax are pure Python packages so they do not need to be built for each
73
# Python version.
0 commit comments