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 18fd5b3 commit 6d2b9dfCopy full SHA for 6d2b9df
.github/workflows/jax-array-api.yml
@@ -17,10 +17,10 @@ jobs:
17
runs-on: linux-x86-g2-16-l4-1gpu-quoct
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"
+ - name: Set up Python 3.10
+ uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
+ with:
+ python-version: 3.10
24
- name: Use the value
25
id: step_two
26
run: |
0 commit comments