Skip to content

Commit 6db87be

Browse files
committed
pls work
1 parent 4527d21 commit 6db87be

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/cocotb.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@ on: [push, pull_request]
33
jobs:
44
cocotb:
55
runs-on: ubuntu-latest
6-
container: ghcr.io/builderdev212/cocotb-runner
76
steps:
87
- name: Run testbenches
98
uses: ghcr.io/builderdev212/cocotb-runner
10-
run: |
11-
git clone https://github.com/builderdev212/verilogbits
12-
pytest
9+
run: git clone https://github.com/builderdev212/verilogbits && pytest
1310
# cocotb:
1411
# runs-on: ubuntu-latest
1512
# steps:

0 commit comments

Comments
 (0)