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: | run: |
pip install matplotlib pip install matplotlib
pip install pytest pip install pytest
pytest . pytest GPy/testing
- name: Build wheel - name: Build wheel
run: | run: |