mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 12:56:22 +02:00
fix github actions file
This commit is contained in:
parent
4d3b49da7d
commit
df47258170
1 changed files with 5 additions and 4 deletions
9
.github/workflows/test-and-deploy.yml
vendored
9
.github/workflows/test-and-deploy.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue