We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21565d9 commit c55e6c9Copy full SHA for c55e6c9
.github/workflows/regression-tests.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Install Python dependencies
68
shell: bash -l {0}
69
run: |
70
- pip install pyvisa pyvisa-sim pytest coveralls pytest-cov cocotb>=1.8.1 cocotb-bus
+ pip install pyvisa pyvisa-sim pytest coveralls pytest-cov "cocotb>=1.8.1,<2.0.0" cocotb-bus
71
72
- name: Install Verilator
73
if: matrix.sim == 'verilator'
0 commit comments