github-actions: refine pytest call

This commit is contained in:
Martin Bubel 2023-12-02 18:01:02 +01:00
parent 7b2670d8b6
commit 5d7eada315

View file

@ -37,7 +37,7 @@ jobs:
run: |
pip install matplotlib
pip install pytest
pytest .
pytest GPy/testing
- name: Build wheel
run: |