mirror of
https://github.com/chipsalliance/f4pga-examples.git
synced 2025-01-03 03:43:38 -05:00
gh-actions: use python version 2
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
5514e5c846
commit
5d7c55247a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tuttest.yml
vendored
2
.github/workflows/tuttest.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue