Skip to content

Commit 3ac99bb

Browse files
kevinaermarkurtz
andauthored
Installing sparsezoo from directory (#98)
Co-authored-by: Mark Kurtz <[email protected]>
1 parent e3ead33 commit 3ac99bb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/quality-check.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v2
9+
with:
10+
repository: "neuralmagic/sparsezoo"
11+
path: "sparsezoo"
12+
- name: "⚙️ Install sparsezoo dependencies"
13+
run: pip3 install sparsezoo/
14+
- name: "Clean sparsezoo directory"
15+
run: rm -r sparsezoo/
816
- name: "⚙️ Install dependencies"
917
run: pip3 install .[dev]
1018
- name: "🧹 Running quality checks"

0 commit comments

Comments
 (0)