We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209776c commit a9a1598Copy full SHA for a9a1598
.github/workflows/cocotb.yml
@@ -13,7 +13,7 @@ jobs:
13
image: ghcr.io/builderdev212/cocotb-runner:latest
14
options: -v ${{ github.workspace }}:/usr/src/verilogbits
15
run: |
16
- ls
+ . .venv/bin/activate && /bin/bash
17
cd verilogbits
18
pytest
19
# jobs:
0 commit comments