gh-actions: use python version 2

Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
Alessandro Comodi 2020-12-07 12:30:37 +01:00
parent 5514e5c846
commit 5d7c55247a
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ jobs:
uses: actions/checkout@v2
- name: Set Up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
- name: Install Prerequisites
run: |