Simplify CI workflow.
This commit is contained in:
parent
a2ef4cb6b8
commit
7c740a85ea
5
.github/workflows/main.yaml
vendored
5
.github/workflows/main.yaml
vendored
|
@ -24,8 +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 setuptools setuptools_scm wheel coverage codecov yowasp-yosys nmigen-yosys
|
pip install coverage codecov yowasp-yosys
|
||||||
pip install -e .
|
pip install -e .[builtin-yosys]
|
||||||
- name: Preserve wasmtime cache
|
- name: Preserve wasmtime cache
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
|
@ -48,7 +48,6 @@ jobs:
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade setuptools setuptools_scm wheel
|
|
||||||
pip install -r docs/requirements.txt
|
pip install -r docs/requirements.txt
|
||||||
pip install -e .
|
pip install -e .
|
||||||
- name: Build documentation
|
- name: Build documentation
|
||||||
|
|
Loading…
Reference in a new issue