Merge pull request #17038 from fjmolinas/pr_gha_release_python_38
gha/workflows/release-test: set python version to 3.8
This commit is contained in:
commit
3a62c8a4f4
4
.github/workflows/release-test.yml
vendored
4
.github/workflows/release-test.yml
vendored
@ -97,10 +97,10 @@ jobs:
|
|||||||
path: RIOT
|
path: RIOT
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
ref: ${{ github.event.inputs.riot_version }}
|
ref: ${{ github.event.inputs.riot_version }}
|
||||||
- name: Set up Python
|
- name: Set up Python 3.8
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.x
|
python-version: 3.8
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user