Skip to content

Commit

Permalink
Revert "ci: Don't run pip install anymore"
Browse files Browse the repository at this point in the history
This reverts commit 3db37c8.
  • Loading branch information
fischeti committed Sep 4, 2024
1 parent dd1315f commit b0d4001
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Install local Python packages
run: pip install .
- name: Build Software
working-directory: target/snitch_cluster
run: |
Expand Down Expand Up @@ -140,6 +142,8 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Install local Python packages
run: pip install .
- name: Build Software
run: |
bender vendor init
Expand Down

0 comments on commit b0d4001

Please sign in to comment.