mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
CI: use Python 3.11 for upstream-nightly action
This commit is contained in:
parent
9a3f5b63f5
commit
ad40b0842d
2
.github/workflows/upstream-nightly.yaml
vendored
2
.github/workflows/upstream-nightly.yaml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["3.10"] # TODO(jakevdp): update to 3.11 when available.
|
||||
python-version: ["3.11"]
|
||||
outputs:
|
||||
artifacts_availability: ${{ steps.status.outputs.ARTIFACTS_AVAILABLE }}
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user