Skip to content

Commit 60b0a11

Browse files
committed
fix workflow file
1 parent 3fd003d commit 60b0a11

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

.github/workflows/pytest_cpu.yml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,16 @@ on:
2929
type: string
3030
required: true
3131
default: "0"
32-
# If enabled, install "jax" at the current commit in editable mode (used in
33-
# continuous test jobs). If disabled, installs "jax" from a GCS bucket (used in
34-
# nightly/release test jobs)
35-
install_jax_current_commit:
36-
description: "Should the 'jax' package be installed at the current commit?"
37-
type: string
38-
required: true
39-
default: "1"
4032
gcs_download_uri:
41-
description: "GCS location URI from where the artifacts should be downloaded"
42-
required: false
33+
description: "GCS location prefix from where the artifacts should be downloaded"
34+
required: true
4335
default: 'gs://general-ml-ci-transient/jax-github-actions/jax-fork/${{ github.workflow }}/${{ github.run_number }}/${{ github.run_attempt }}'
4436
type: string
37+
halt-for-connection:
38+
description: 'Should this workflow run wait for a remote connection?'
39+
type: boolean
40+
required: false
41+
default: false
4542

4643
jobs:
4744
run-tests:
@@ -101,4 +98,4 @@ jobs:
10198
halt-dispatch-input: ${{ inputs.halt-for-connection }}
10299
- name: Run Pytest CPU tests
103100
timeout-minutes: 60
104-
run: ./ci/run_pytest_cpu.sh
101+
run: ./ci/run_pytest_cpu.sh

0 commit comments

Comments
 (0)