Skip to content

Commit c55e6c9

Browse files
committed
tst: restrict cocotb version until deprecation errors are fixed
1 parent 21565d9 commit c55e6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regression-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Install Python dependencies
6868
shell: bash -l {0}
6969
run: |
70-
pip install pyvisa pyvisa-sim pytest coveralls pytest-cov cocotb>=1.8.1 cocotb-bus
70+
pip install pyvisa pyvisa-sim pytest coveralls pytest-cov "cocotb>=1.8.1,<2.0.0" cocotb-bus
7171
7272
- name: Install Verilator
7373
if: matrix.sim == 'verilator'

0 commit comments

Comments
 (0)