Skip to content

Commit 6cf337c

Browse files
committed
run make setup
Signed-off-by: Kareem Farid <kareefardi@users.noreply.github.com>
1 parent 46cdc11 commit 6cf337c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ on:
66
jobs:
77
Test:
88
runs-on: ubuntu-latest
9-
permissions:
10-
contents: read
119
steps:
1210
- uses: actions/checkout@v4
1311
- name: Run make setup
1412
run: |
15-
make check_dependencies pdk-with-volare setup-cocotb
13+
make setup

0 commit comments

Comments
 (0)