mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-24 20:36:23 +02:00
fix missing setuptools installation in workflow
This commit is contained in:
parent
8274d02147
commit
2fb9bb6f69
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test-and-deploy.yml
vendored
2
.github/workflows/test-and-deploy.yml
vendored
|
|
@ -128,6 +128,7 @@ jobs:
|
|||
- name: Build lib
|
||||
run: |
|
||||
pip install wheel
|
||||
pip install setuptools
|
||||
python setup.py develop
|
||||
python setup.py bdist_wheel
|
||||
python setup.py sdist bdist_wheel
|
||||
|
|
@ -160,6 +161,7 @@ jobs:
|
|||
- name: Build lib
|
||||
run: |
|
||||
pip install wheel
|
||||
pip install setuptools
|
||||
python setup.py develop
|
||||
python setup.py bdist_wheel
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue