From 07640808ac04733362e69e8657792feb6a2d828d Mon Sep 17 00:00:00 2001 From: Victor Jung Date: Thu, 26 Sep 2024 09:42:22 +0200 Subject: [PATCH] Remove useless package install --- .github/workflows/CI.yml | 36 +++++-------------- .github/workflows/TestRunnerCortexM.yml | 4 +-- .github/workflows/TestRunnerGeneric.yml | 4 +-- .github/workflows/TestRunnerMempool.yml | 4 +-- .github/workflows/TestRunnerSiracusa.yml | 6 ++-- .github/workflows/TestRunnerTiledSiracusa.yml | 4 +-- .../TestRunnerTiledSiracusaWithNeureka.yml | 4 +-- 7 files changed, 16 insertions(+), 46 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3ec2726..1561d86 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -17,9 +17,7 @@ jobs: with: submodules: recursive - name: Build Deeploy - run: | - pip install nvidia-pyindex - pip install -e . + run: pip install -e . ### Generic Tests ### @@ -516,9 +514,7 @@ jobs: with: submodules: recursive - name: Build Deeploy - run: | - pip install nvidia-pyindex - pip install -e . + run: pip install -e . - name: Run Test run: | cd DeeployTest @@ -540,9 +536,7 @@ jobs: with: submodules: recursive - name: Build Deeploy - run: | - pip install nvidia-pyindex - pip install -e . + run: pip install -e . - name: Run Test run: | cd DeeployTest @@ -564,9 +558,7 @@ jobs: with: submodules: recursive - name: Build Deeploy - run: | - pip install nvidia-pyindex - pip install -e . + run: pip install -e . - name: Run Test run: | cd DeeployTest @@ -588,9 +580,7 @@ jobs: with: submodules: recursive - name: Build Deeploy - run: | - pip install nvidia-pyindex - pip install -e . + run: pip install -e . - name: Run Test run: | cd DeeployTest @@ -612,9 +602,7 @@ jobs: with: submodules: recursive - name: Build Deeploy - run: | - pip install nvidia-pyindex - pip install -e . + run: pip install -e . - name: Run Test run: | cd DeeployTest @@ -631,9 +619,7 @@ jobs: with: submodules: recursive - name: Build Deeploy - run: | - pip install nvidia-pyindex - pip install -e . + run: pip install -e . - name: Run Test run: | cd DeeployTest @@ -650,9 +636,7 @@ jobs: with: submodules: recursive - name: Build Deeploy - run: | - pip install nvidia-pyindex - pip install -e . + run: pip install -e . - name: Run Test run: | cd DeeployTest @@ -669,9 +653,7 @@ jobs: with: submodules: recursive - name: Build Deeploy - run: | - pip install nvidia-pyindex - pip install -e . + run: pip install -e . cd DeeployTest - name: Format Python run: | diff --git a/.github/workflows/TestRunnerCortexM.yml b/.github/workflows/TestRunnerCortexM.yml index 20313ac..46558c9 100644 --- a/.github/workflows/TestRunnerCortexM.yml +++ b/.github/workflows/TestRunnerCortexM.yml @@ -18,9 +18,7 @@ jobs: with: submodules: recursive - name: Build Deeploy - run: | - pip install nvidia-pyindex - pip install -e . + run: pip install -e . - name: Run Test run: | cd DeeployTest diff --git a/.github/workflows/TestRunnerGeneric.yml b/.github/workflows/TestRunnerGeneric.yml index bfcc322..757e90f 100644 --- a/.github/workflows/TestRunnerGeneric.yml +++ b/.github/workflows/TestRunnerGeneric.yml @@ -18,9 +18,7 @@ jobs: with: submodules: recursive - name: Build Deeploy - run: | - pip install nvidia-pyindex - pip install -e . + run: pip install -e . - name: Run Test run: | cd DeeployTest diff --git a/.github/workflows/TestRunnerMempool.yml b/.github/workflows/TestRunnerMempool.yml index 293a5b1..e3cc4c7 100644 --- a/.github/workflows/TestRunnerMempool.yml +++ b/.github/workflows/TestRunnerMempool.yml @@ -18,9 +18,7 @@ jobs: with: submodules: recursive - name: Build Deeploy - run: | - pip install nvidia-pyindex - pip install -e . + run: pip install -e . - name: Run Test run: | cd DeeployTest diff --git a/.github/workflows/TestRunnerSiracusa.yml b/.github/workflows/TestRunnerSiracusa.yml index 60a66f6..84fd455 100644 --- a/.github/workflows/TestRunnerSiracusa.yml +++ b/.github/workflows/TestRunnerSiracusa.yml @@ -20,10 +20,8 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive - - name: Build Deeplo - run: | - pip install nvidia-pyindex - pip install -e . + - name: Build Deeploy + run: pip install -e . - name: Cache ccache id: ccache-cache uses: actions/cache@v4 diff --git a/.github/workflows/TestRunnerTiledSiracusa.yml b/.github/workflows/TestRunnerTiledSiracusa.yml index d7ead20..20a0b5b 100644 --- a/.github/workflows/TestRunnerTiledSiracusa.yml +++ b/.github/workflows/TestRunnerTiledSiracusa.yml @@ -39,9 +39,7 @@ jobs: with: submodules: recursive - name: Build Deeploy - run: | - pip install nvidia-pyindex - pip install -e . + run: pip install -e . - name: Cache ccache id: ccache-cache uses: actions/cache@v4 diff --git a/.github/workflows/TestRunnerTiledSiracusaWithNeureka.yml b/.github/workflows/TestRunnerTiledSiracusaWithNeureka.yml index 67e5945..5a999c8 100644 --- a/.github/workflows/TestRunnerTiledSiracusaWithNeureka.yml +++ b/.github/workflows/TestRunnerTiledSiracusaWithNeureka.yml @@ -43,9 +43,7 @@ jobs: with: submodules: recursive - name: Build Deeploy - run: | - pip install nvidia-pyindex - pip install -e . + run: pip install -e . - name: Cache ccache id: ccache-cache uses: actions/cache@v4