added make install in test workflow

This commit is contained in:
Daniel Sagi
2021-10-15 21:30:34 +03:00
parent 153f5abbce
commit 1dcad5f89e
+1
View File
@@ -42,6 +42,7 @@ jobs:
run: |
pip install -U pip
make dev-deps
make install
- name: Test
shell: bash