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 ab6f3ff commit e58035eCopy full SHA for e58035e
.github/workflows/pytest_gpu.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Build jax-cuda-plugin
36
run: ./ci/build_artifacts.sh "ci/envs/build_artifacts/jax-cuda-plugin"
37
- name: Build jax-cuda-pjrt
38
- run: ./ci/build_artifacts.sh jax-cuda-pjrt "ci/envs/build_artifacts/jax-cuda-pjrt"
+ run: ./ci/build_artifacts.sh "ci/envs/build_artifacts/jax-cuda-pjrt"
39
- name: Install pytest
40
env:
41
JAXCI_PYTHON: python${{ matrix.python }}
0 commit comments