1
0
Fork 0
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:
Asherah Connor 2024-07-02 12:39:16 +03:00
parent 1fc3c5697d
commit 915b094cdb

View file

@ -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