Skip to content

Commit

Permalink
github-actions: update test jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBubel committed Jan 13, 2024
1 parent a02341f commit 06b425e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,16 @@ jobs:
with:
python-version: ${{ matrix.python }}

- name: Install dependencies
run: |
pip install setuptools
pip install matplotlib
pip install pytest
- name: Install lib
run: |
pip install --upgrade pip
pip install -e .
python setup.py develop
- name: pytest
run: |
pip install matplotlib
pip install pytest
pytest GPy/testing

0 comments on commit 06b425e

Please sign in to comment.