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 1c27adb commit 84f072eCopy full SHA for 84f072e
.github/workflows/pytest_gpu.yml
@@ -73,7 +73,7 @@ jobs:
73
with:
74
halt-dispatch-input: ${{ inputs.halt-for-connection }}
75
- name: Download the artifacts built in the "build_artifacts" job
76
- run: gsutil -m cp -r gs://general-ml-ci-transient/jax-github-actions/"${{ github.workflow }}"/${{ github.run_number }}/${{ github.run_attempt }} $(pwd)/dist
+ run: mkdir -p $(pwd)/dist && gsutil -m cp -r gs://general-ml-ci-transient/jax-github-actions/"${{ github.workflow }}"/${{ github.run_number }}/${{ github.run_attempt }} $(pwd)/dist
77
- name: Install pytest
78
env:
79
JAXCI_PYTHON: python${{ matrix.python }}
0 commit comments