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