Skip to content

Commit

Permalink
ci: add nebullvm installation to tests in ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
morgoth95 committed May 17, 2022
1 parent 6e89ec8 commit 8575384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
python -m pip install wheel
pip install --no-cache-dir "client/[test]"
pip install --no-cache-dir "server/[onnx]"
pip install --no-cache-dir "server/[nebullvm]"
- name: Test
id: test
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
python -m pip install wheel pytest pytest-cov
pip install --no-cache-dir "client/[test]"
pip install --no-cache-dir "server/[onnx]"
pip install --no-cache-dir "server/[nebullvm]"
- name: Test
id: test
run: |
Expand Down

0 comments on commit 8575384

Please sign in to comment.