Skip to content

Commit

Permalink
Add PyVSC to requirements.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
teobiton committed Jan 17, 2024
1 parent 5f6ad98 commit 947c954
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r tb/requirements.txt
- name: Format with black
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regression.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r tb/requirements.txt
- name: Install verilator
run: |
Expand Down
1 change: 1 addition & 0 deletions requirements.txt → tb/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Python dependencies
pytest
black
pyvsc

cocotb == 1.8.0
cocotb-bus == 0.2.1

0 comments on commit 947c954

Please # to comment.