mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 04:46:23 +02:00
update dependency installation in github workflows
This commit is contained in:
parent
2ac3a8ca6b
commit
809cee7018
1 changed files with 17 additions and 8 deletions
25
.github/workflows/test-and-deploy.yml
vendored
25
.github/workflows/test-and-deploy.yml
vendored
|
|
@ -28,15 +28,18 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
|
||||
- name: Install dependencies
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
pip install setuptools
|
||||
pip install matplotlib
|
||||
pip install pytest
|
||||
|
||||
- name: Install lib
|
||||
run: |
|
||||
python setup.py develop
|
||||
|
||||
- name: Install test dependencies
|
||||
run: |
|
||||
pip install matplotlib
|
||||
pip install pytest
|
||||
|
||||
- name: pytest
|
||||
run: |
|
||||
|
|
@ -57,16 +60,19 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
|
||||
- name: Install dependencies
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
pip install setuptools
|
||||
pip install matplotlib
|
||||
pip install pytest
|
||||
|
||||
- name: Install lib
|
||||
run: |
|
||||
python setup.py develop
|
||||
|
||||
- name: Install test dependencies
|
||||
run: |
|
||||
pip install matplotlib
|
||||
pip install pytest
|
||||
|
||||
- name: pytest
|
||||
run: |
|
||||
pytest GPy/testing
|
||||
|
|
@ -88,13 +94,16 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
pip install setuptools
|
||||
pip install matplotlib
|
||||
pip install pytest
|
||||
|
||||
- name: Install lib
|
||||
run: |
|
||||
python setup.py develop
|
||||
|
||||
- name: Install test dependencies
|
||||
run: |
|
||||
pip install matplotlib
|
||||
pip install pytest
|
||||
|
||||
- name: pytest
|
||||
run: |
|
||||
pytest GPy/testing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue