mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-20 16:51:05 +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:
|
with:
|
||||||
python-version: ${{ matrix.python }}
|
python-version: ${{ matrix.python }}
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
pip install setuptools
|
||||||
|
pip install matplotlib
|
||||||
|
pip install pytest
|
||||||
|
|
||||||
- name: Install lib
|
- name: Install lib
|
||||||
run: |
|
run: |
|
||||||
pip install --upgrade pip
|
python setup.py develop
|
||||||
pip install -e .
|
|
||||||
|
|
||||||
- name: pytest
|
- name: pytest
|
||||||
run: |
|
run: |
|
||||||
pip install matplotlib
|
|
||||||
pip install pytest
|
|
||||||
pytest GPy/testing
|
pytest GPy/testing
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue