Skip to content

Commit

Permalink
[local-install-check.yaml] install sparsezoo from src
Browse files Browse the repository at this point in the history
local install checks need to target building sparsezoo from src when testing installing deepsparse from src as well
  • Loading branch information
bfineran authored Oct 18, 2023
1 parent 5ad3913 commit 2b452ac
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/local-install-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
local-install-test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
repository: "neuralmagic/sparsezoo"
path: "sparsezoo"
- name: "⚙️ Install sparsezoo dependencies"
run: pip install sparsezoo/
- uses: actions/checkout@v2
- name: "⚙️ Install local deepsparse"
run: pip3 install .
Expand All @@ -28,6 +34,12 @@ jobs:
local-develop-test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
repository: "neuralmagic/sparsezoo"
path: "sparsezoo"
- name: "⚙️ Install sparsezoo dependencies"
run: pip install sparsezoo/
- uses: actions/checkout@v2
- name: "⚙️ Install local develop deepsparse"
run: |
Expand Down

0 comments on commit 2b452ac

Please sign in to comment.