Skip to content

Commit 3c4c4bf

Browse files
committed
build(python): use RISE Project setup-python
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
1 parent 1970be3 commit 3c4c4bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,10 @@ jobs:
285285

286286
- name: Set up Python (RISCV64 Linux)
287287
if: matrix.os == 'ubuntu-24.04-riscv'
288-
uses: actions/setup-python@v6
288+
uses: riseproject-dev/setup-python@8b57351c0f828145e2ac14bd328c731503361b7a
289289
with:
290290
python-version: ${{ env.PYTHON_VERSION_LINUX_RISCV64 }}
291+
mirror: https://raw.githubusercontent.com/riseproject-dev/python-versions/main
291292

292293
# Otherwise can't find `tomlq` after `pip install yq`
293294
- name: Add Python scripts folder to GITHUB_PATH (ARM64 Windows)

0 commit comments

Comments
 (0)