ci: install test dependencies

This commit is contained in:
Konstantin Baierer 2021-02-04 15:27:20 +01:00
parent 4e1956df5e
commit 6bb32c0bfd

View file

@ -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