Merge pull request #1037 from YosysHQ/fix_python_ver
Fix python version in CI
This commit is contained in:
commit
ac17c36bec
3
.github/workflows/arch_ci.yml
vendored
3
.github/workflows/arch_ci.yml
vendored
@ -25,7 +25,8 @@ jobs:
|
|||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
|
with:
|
||||||
|
python-version: '3.10'
|
||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
Loading…
Reference in New Issue
Block a user