Skip to content

Commit 38f687f

Browse files
authored
Update jax-array-api.yml
1 parent d7ff0e0 commit 38f687f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/jax-array-api.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ jobs:
2020
- name: Set up Python 3.11
2121
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
2222
with:
23-
python-version: 3.11
23+
python-version: 3.113432
2424
- name: Use the value
2525
id: step_two
2626
run: |
27-
printf '%s\n' "$action_state" # This will output 'yellow'
27+
echo "Error: No argument provided." >&2 # Output error to stderr
28+
exit 1

0 commit comments

Comments
 (0)