Skip to content

Commit

Permalink
install all pip requirements in test_verilator_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bat52 committed Feb 11, 2024
1 parent 0b9bca7 commit 31dce99
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/test_verilator_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,9 @@ jobs:
- name: Install pip
run: |
sudo apt install python3-pip
- name: Install edalize
- name: Install requirements
run: |
pip install edalize
- name: Install pyverilator-mm
run: |
pip install pyverilator-mm
- name: Install wget
run: |
pip install wget
pip install -r requirements.txt
- name: pip configuration report
run: |
pip list
Expand Down

0 comments on commit 31dce99

Please sign in to comment.