fix github actions file

This commit is contained in:
Martin Bubel 2024-07-21 16:33:15 +02:00
parent 30317700fc
commit 66ec666f23

View file

@ -36,15 +36,15 @@ jobs:
run: |
python setup.py develop
- name: pytest
run: |
pytest GPy/testing
- name: Install test dependencies
run: |
pip install matplotlib
pip install pytest
- name: pytest
run: |
pytest GPy/testing
test-linux:
strategy:
matrix:
@ -76,6 +76,7 @@ jobs:
- name: pytest
run: |
pytest GPy/testing
test-macos:
strategy:
matrix: