We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1970be3 commit 3c4c4bfCopy full SHA for 3c4c4bf
.github/workflows/release-python.yml
@@ -285,9 +285,10 @@ jobs:
285
286
- name: Set up Python (RISCV64 Linux)
287
if: matrix.os == 'ubuntu-24.04-riscv'
288
- uses: actions/setup-python@v6
+ uses: riseproject-dev/setup-python@8b57351c0f828145e2ac14bd328c731503361b7a
289
with:
290
python-version: ${{ env.PYTHON_VERSION_LINUX_RISCV64 }}
291
+ mirror: https://raw.githubusercontent.com/riseproject-dev/python-versions/main
292
293
# Otherwise can't find `tomlq` after `pip install yq`
294
- name: Add Python scripts folder to GITHUB_PATH (ARM64 Windows)
0 commit comments