mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-26 13:26:22 +02:00
github-actions: add install setuptools
This commit is contained in:
parent
522a79acbb
commit
a8731c45f2
1 changed files with 3 additions and 0 deletions
3
.github/workflows/actions.yml
vendored
3
.github/workflows/actions.yml
vendored
|
|
@ -31,6 +31,9 @@ jobs:
|
|||
- name: Upgrade pip
|
||||
run: pip install --upgrade pip
|
||||
|
||||
- name: Install setuptools
|
||||
run: pip install setuptools
|
||||
|
||||
- name: Install lib
|
||||
run: python setup.py develop --user
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue