Skip to content

Commit

Permalink
Remove useless package install
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-Jung committed Sep 26, 2024
1 parent cba8353 commit 0764080
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 46 deletions.
36 changes: 9 additions & 27 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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: |
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/TestRunnerCortexM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/TestRunnerGeneric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/TestRunnerMempool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/TestRunnerSiracusa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/TestRunnerTiledSiracusa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/TestRunnerTiledSiracusaWithNeureka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0764080

Please sign in to comment.