mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 04:46:23 +02:00
add setuptools installation to build workflow
This commit is contained in:
parent
282fcd4d68
commit
6d577cee35
1 changed files with 6 additions and 0 deletions
6
.github/workflows/test-and-deploy.yml
vendored
6
.github/workflows/test-and-deploy.yml
vendored
|
|
@ -127,6 +127,7 @@ jobs:
|
|||
|
||||
- name: Build lib
|
||||
run: |
|
||||
pip install setuptools
|
||||
pip install wheel
|
||||
python setup.py develop
|
||||
python setup.py bdist_wheel
|
||||
|
|
@ -159,6 +160,7 @@ jobs:
|
|||
|
||||
- name: Build lib
|
||||
run: |
|
||||
pip install setuptools
|
||||
pip install wheel
|
||||
python setup.py develop
|
||||
python setup.py bdist_wheel
|
||||
|
|
@ -185,6 +187,10 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
/opt/python/${{ matrix.python }}/bin/python -m pip install setuptools
|
||||
|
||||
- name: Compile c headers
|
||||
run: |
|
||||
/opt/python/${{ matrix.python }}/bin/python setup.py develop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue