changed to dev-deps in make

This commit is contained in:
Daniel Sagi
2021-10-15 21:22:18 +03:00
parent 798cd62da9
commit 48b2ee30f3
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
shell: bash
run: |
pip install -U pip
make deps
make dev-deps
- name: Test
shell: bash