Skip to content

Commit 84f072e

Browse files
committed
create dist folder before downloading artifacts
1 parent 1c27adb commit 84f072e

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
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
halt-dispatch-input: ${{ inputs.halt-for-connection }}
7575
- 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
76+
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
7777
- name: Install pytest
7878
env:
7979
JAXCI_PYTHON: python${{ matrix.python }}

0 commit comments

Comments
 (0)