ci: install test dependencies

pull/19/head
Konstantin Baierer 3 years ago
parent 4e1956df5e
commit 6bb32c0bfd

@ -31,5 +31,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .
pip install -r requirements-test.txt
- name: Test with pytest
run: make test

Loading…
Cancel
Save