We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db49294 commit 6206e3cCopy full SHA for 6206e3c
.github/workflows/main.yaml
@@ -24,7 +24,8 @@ jobs:
24
sudo add-apt-repository 'deb http://ppa.launchpad.net/sri-csl/formal-methods/ubuntu bionic main'
25
sudo apt-get update
26
sudo apt-get install yices2
27
- pip install coverage codecov yowasp-yosys
+ pip install coverage codecov
28
+ pip install 'yowasp-yosys<0.18' # latest sby does not work on Python 3.7
29
pip install -e .[builtin-yosys]
30
- name: Preserve Wasm cache
31
uses: actions/cache@v1
0 commit comments