Skip to content

Commit 6d2b9df

Browse files
authored
Update jax-array-api.yml
1 parent 18fd5b3 commit 6d2b9df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
runs-on: linux-x86-g2-16-l4-1gpu-quoct
1818
container: us-docker.pkg.dev/ml-oss-artifacts-published/ml-public-container/ml-build:infrastructure-public-image-2d2a7b1e6e2e
1919
steps:
20-
- name: Set the value
21-
id: step_one
22-
run: |
23-
echo "action_state=yellow" >> "$GITHUB_ENV"
20+
- name: Set up Python 3.10
21+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
22+
with:
23+
python-version: 3.10
2424
- name: Use the value
2525
id: step_two
2626
run: |

0 commit comments

Comments
 (0)