fix: avoid setup-python arm64 resolution failure
This commit is contained in:
@@ -17,10 +17,11 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
github-server-url: https://git.halonice.com
|
github-server-url: https://git.halonice.com
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Check Python runtime
|
||||||
uses: actions/setup-python@v5
|
shell: bash
|
||||||
with:
|
run: |
|
||||||
python-version: "3.11"
|
set -euo pipefail
|
||||||
|
python3 --version
|
||||||
|
|
||||||
- name: Prepare config
|
- name: Prepare config
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
@@ -22,10 +22,11 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
github-server-url: https://git.halonice.com
|
github-server-url: https://git.halonice.com
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Check Python runtime
|
||||||
uses: actions/setup-python@v5
|
shell: bash
|
||||||
with:
|
run: |
|
||||||
python-version: "3.11"
|
set -euo pipefail
|
||||||
|
python3 --version
|
||||||
|
|
||||||
- name: Prepare config
|
- name: Prepare config
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user