CI: fix build on Python 3.17.
This commit is contained in:
parent
db49294cf7
commit
3b799481f7
3
.github/workflows/main.yaml
vendored
3
.github/workflows/main.yaml
vendored
|
@ -24,7 +24,8 @@ jobs:
|
||||||
sudo add-apt-repository 'deb http://ppa.launchpad.net/sri-csl/formal-methods/ubuntu bionic main'
|
sudo add-apt-repository 'deb http://ppa.launchpad.net/sri-csl/formal-methods/ubuntu bionic main'
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install yices2
|
sudo apt-get install yices2
|
||||||
pip install coverage codecov yowasp-yosys
|
pip install coverage codecov
|
||||||
|
pip install 'yowasp-yosys==0.20.dev398' # latest version that works on Python 3.7
|
||||||
pip install -e .[builtin-yosys]
|
pip install -e .[builtin-yosys]
|
||||||
- name: Preserve Wasm cache
|
- name: Preserve Wasm cache
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
|
|
Loading…
Reference in a new issue