Skip to content

Commit 6206e3c

Browse files
committed
CI: fix build on Python 3.17.
1 parent db49294 commit 6206e3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
sudo add-apt-repository 'deb http://ppa.launchpad.net/sri-csl/formal-methods/ubuntu bionic main'
2525
sudo apt-get update
2626
sudo apt-get install yices2
27-
pip install coverage codecov yowasp-yosys
27+
pip install coverage codecov
28+
pip install 'yowasp-yosys<0.18' # latest sby does not work on Python 3.7
2829
pip install -e .[builtin-yosys]
2930
- name: Preserve Wasm cache
3031
uses: actions/cache@v1

0 commit comments

Comments
 (0)