Skip to content

Commit e58035e

Browse files
committed
fix error in pytest gpu script
1 parent ab6f3ff commit e58035e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest_gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build jax-cuda-plugin
3636
run: ./ci/build_artifacts.sh "ci/envs/build_artifacts/jax-cuda-plugin"
3737
- name: Build jax-cuda-pjrt
38-
run: ./ci/build_artifacts.sh jax-cuda-pjrt "ci/envs/build_artifacts/jax-cuda-pjrt"
38+
run: ./ci/build_artifacts.sh "ci/envs/build_artifacts/jax-cuda-pjrt"
3939
- name: Install pytest
4040
env:
4141
JAXCI_PYTHON: python${{ matrix.python }}

0 commit comments

Comments
 (0)