Skip to content

Commit 2e8e93e

Browse files
committed
development.md: correct setup-python wording
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
1 parent cf4fe63 commit 2e8e93e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/development.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,10 @@ released we should continue building for 3.11.
7979
### uv
8080

8181
The official `actions/setup-python` Action does not yet support riscv64 builds,
82-
so riscv64 workflows using it will generally fail. A simple workaround is to
83-
replace any usage of `actions/setup-python` in the upstream workflow with
84-
`astral-sh/setup-uv` like so:
82+
so workflows using it will fall back to using the host version (if one
83+
is present matching the `major.minor` numbering used by the workflow, e.g.
84+
`3.12`). A simple alternative is to replace any usage of `actions/setup-python`
85+
in the upstream workflow with `astral-sh/setup-uv` like so:
8586

8687
```
8788
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0

0 commit comments

Comments
 (0)