Skip to content

Commit a9a1598

Browse files
committed
add entrypoint
1 parent 209776c commit a9a1598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cocotb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
image: ghcr.io/builderdev212/cocotb-runner:latest
1414
options: -v ${{ github.workspace }}:/usr/src/verilogbits
1515
run: |
16-
ls
16+
. .venv/bin/activate && /bin/bash
1717
cd verilogbits
1818
pytest
1919
# jobs:

0 commit comments

Comments
 (0)