mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-29 15:59:41 +02:00
update github workflow
This commit is contained in:
parent
4959256c24
commit
4d3b49da7d
1 changed files with 5 additions and 14 deletions
19
.github/workflows/test-and-deploy.yml
vendored
19
.github/workflows/test-and-deploy.yml
vendored
|
|
@ -27,10 +27,6 @@ jobs:
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python }}
|
python-version: ${{ matrix.python }}
|
||||||
|
|
||||||
- name: Install build dependencies
|
|
||||||
run: |
|
|
||||||
pip install setuptools
|
|
||||||
|
|
||||||
- name: Install lib
|
- name: Install lib
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -45,6 +41,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pytest GPy/testing
|
pytest GPy/testing
|
||||||
|
|
||||||
|
- name: Install test dependencies
|
||||||
|
run: |
|
||||||
|
pip install matplotlib
|
||||||
|
pip install pytest
|
||||||
|
|
||||||
test-linux:
|
test-linux:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
@ -59,10 +60,6 @@ jobs:
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python }}
|
python-version: ${{ matrix.python }}
|
||||||
|
|
||||||
- name: Install build dependencies
|
|
||||||
run: |
|
|
||||||
pip install setuptools
|
|
||||||
|
|
||||||
- name: Install lib
|
- name: Install lib
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -90,10 +87,6 @@ jobs:
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python }}
|
python-version: ${{ matrix.python }}
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
|
||||||
pip install setuptools
|
|
||||||
|
|
||||||
- name: Install lib
|
- name: Install lib
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -126,7 +119,6 @@ jobs:
|
||||||
|
|
||||||
- name: Build lib
|
- name: Build lib
|
||||||
run: |
|
run: |
|
||||||
pip install setuptools
|
|
||||||
pip install wheel
|
pip install wheel
|
||||||
python setup.py develop
|
python setup.py develop
|
||||||
python setup.py bdist_wheel
|
python setup.py bdist_wheel
|
||||||
|
|
@ -159,7 +151,6 @@ jobs:
|
||||||
|
|
||||||
- name: Build lib
|
- name: Build lib
|
||||||
run: |
|
run: |
|
||||||
pip install setuptools
|
|
||||||
pip install wheel
|
pip install wheel
|
||||||
python setup.py develop
|
python setup.py develop
|
||||||
python setup.py bdist_wheel
|
python setup.py bdist_wheel
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue