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 1bf8531 commit 6a1764aCopy full SHA for 6a1764a
.github/workflows/jax-array-api.yml
@@ -14,13 +14,14 @@ concurrency:
14
15
jobs:
16
build:
17
- runs-on: linux-x86-g2-16-l4-1gpu-quoct
+ runs-on: linux-x86-n2-16
18
container: us-docker.pkg.dev/ml-oss-artifacts-published/ml-public-container/ml-build:infrastructure-public-image-2d2a7b1e6e2e
19
steps:
20
- name: Set the value
21
id: step_one
22
run: |
23
echo "action_state=yellow" >> "$GITHUB_ENV"
24
+ sleep 1000
25
- name: Use the value
26
id: step_two
27
0 commit comments