Skip to content

Commit

Permalink
fix github actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBubel committed Jul 21, 2024
1 parent 3031770 commit 66ec666
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -76,6 +76,7 @@ jobs:
- name: pytest
run: |
pytest GPy/testing
test-macos:
strategy:
matrix:
Expand Down

0 comments on commit 66ec666

Please sign in to comment.