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 d7ff0e0 commit 38f687fCopy full SHA for 38f687f
.github/workflows/jax-array-api.yml
@@ -20,8 +20,9 @@ jobs:
20
- name: Set up Python 3.11
21
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
22
with:
23
- python-version: 3.11
+ python-version: 3.113432
24
- name: Use the value
25
id: step_two
26
run: |
27
- printf '%s\n' "$action_state" # This will output 'yellow'
+ echo "Error: No argument provided." >&2 # Output error to stderr
28
+ exit 1
0 commit comments