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

gha/workflows/release-test: set python version to 3.8

This commit is contained in:
Francisco Molina 2021-10-22 14:36:25 +02:00
parent abbf798e8e
commit acc85bb0af

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