ci: install python dependencies

pull/192/head
mingrammer 5 years ago
parent f77484ec92
commit 6d0dbe6443

@ -28,4 +28,6 @@ jobs:
- name: Install poetry
run: pip install poetry
- name: Run all tests
run: poetry run python -m unittest -v tests/*.py
run: |
poetry install
poetry run python -m unittest -v tests/*.py

Loading…
Cancel
Save