mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 12:56:22 +02:00
add setuptools installation to build images
This commit is contained in:
parent
9aeec9f911
commit
30317700fc
1 changed files with 14 additions and 0 deletions
14
.github/workflows/test-and-deploy.yml
vendored
14
.github/workflows/test-and-deploy.yml
vendored
|
|
@ -28,6 +28,10 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
pip install setuptools
|
||||
|
||||
- name: Install lib
|
||||
run: |
|
||||
python setup.py develop
|
||||
|
|
@ -55,6 +59,10 @@ jobs:
|
|||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
pip install setuptools
|
||||
|
||||
- name: Install lib
|
||||
run: |
|
||||
|
|
@ -82,6 +90,10 @@ jobs:
|
|||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
pip install setuptools
|
||||
|
||||
- name: Install lib
|
||||
run: |
|
||||
|
|
@ -114,6 +126,7 @@ jobs:
|
|||
|
||||
- name: Build lib
|
||||
run: |
|
||||
pip install setuptools
|
||||
pip install wheel
|
||||
python setup.py develop
|
||||
python setup.py bdist_wheel
|
||||
|
|
@ -146,6 +159,7 @@ jobs:
|
|||
|
||||
- name: Build lib
|
||||
run: |
|
||||
pip install setuptools
|
||||
pip install wheel
|
||||
python setup.py develop
|
||||
python setup.py bdist_wheel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue