1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

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:
Francisco 2021-10-23 11:31:09 +02:00 committed by GitHub
commit 3a62c8a4f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,10 +97,10 @@ jobs:
path: RIOT
fetch-depth: 1
ref: ${{ github.event.inputs.riot_version }}
- name: Set up Python
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.x
python-version: 3.8
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip