Skip to content

Commit

Permalink
PRJ: use latest version of cocotb
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick Dieter committed Jan 12, 2024
1 parent 904eb2a commit 43b1429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Install Python dependencies
shell: bash -l {0}
run: |
pip install pyvisa pyvisa-sim pytest coveralls pytest-cov cocotb==1.5.2
pip install pyvisa pyvisa-sim pytest coveralls pytest-cov cocotb>=1.8.1
- name: Install Verilator
if: matrix.sim == 'verilator'
Expand Down

0 comments on commit 43b1429

Please sign in to comment.