Skip to content

Commit

Permalink
fix(ci): add setup-python to formal.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
htfab committed Sep 30, 2024
1 parent 0c41f21 commit 39fb35f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/formal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
with:
submodules: recursive

- name: Set up python
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'

- name: install oss-cad-suite (cocotb / iverilog)
uses: YosysHQ/setup-oss-cad-suite@v3
with:
Expand Down

0 comments on commit 39fb35f

Please sign in to comment.