From b0d400143b30d99301a604d2cc3edd3c2683a735 Mon Sep 17 00:00:00 2001 From: Tim Fischer Date: Wed, 4 Sep 2024 21:56:05 +0200 Subject: [PATCH] Revert "ci: Don't run pip install anymore" This reverts commit 3db37c8f5ac266e7210e012b8992e34ba6a647a6. --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9423a12f..ff487d3a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: | @@ -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