Skip to content

Commit

Permalink
install edalize for test_verilator_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bat52 committed Feb 11, 2024
1 parent b6c4b1e commit 8cb3d85
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_verilator_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies (edalize)
run: |
./install_dependencies.sh
- name: pip configuration report
run: |
pip list
- name: Install build pre-requisites
run: |
sudo apt update
Expand Down

0 comments on commit 8cb3d85

Please sign in to comment.