Merge pull request #1037 from YosysHQ/fix_python_ver

Fix python version in CI
This commit is contained in:
Miodrag Milanović 2022-10-24 09:45:57 +02:00 committed by GitHub
commit ac17c36bec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,8 @@ jobs:
submodules: recursive
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install
run: |
sudo apt-get update