mirror of
https://git.sr.ht/~kivikakk/niar
synced 2024-12-22 17:02:25 +00:00
workflows: install OSS CAD Suite to test synth.
This commit is contained in:
parent
1fc3c5697d
commit
915b094cdb
7
.github/workflows/unit-tests.yml
vendored
7
.github/workflows/unit-tests.yml
vendored
|
@ -19,8 +19,13 @@ jobs:
|
||||||
- name: Setup PDM
|
- name: Setup PDM
|
||||||
uses: pdm-project/setup-pdm@v4
|
uses: pdm-project/setup-pdm@v4
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install Python dependencies
|
||||||
run: pdm install
|
run: pdm install
|
||||||
|
|
||||||
|
- name: Install OSS CAD Suite
|
||||||
|
uses: YosysHQ/setup-oss-cad-suite@v3
|
||||||
|
with:
|
||||||
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: .venv/bin/pytest
|
run: .venv/bin/pytest
|
||||||
|
|
Loading…
Reference in a new issue