fix github actions file

This commit is contained in:
Martin Bubel 2024-07-21 16:44:50 +02:00
parent 4d3b49da7d
commit df47258170

View file

@ -37,15 +37,15 @@ jobs:
pip install matplotlib
pip install pytest
- 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:
@ -73,6 +73,7 @@ jobs:
- name: pytest
run: |
pytest GPy/testing
test-macos:
strategy:
matrix: