mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 21:06:23 +02:00
github-actions: add paramz workaround
This commit is contained in:
parent
ca4f2425bc
commit
d3d93d2286
1 changed files with 8 additions and 4 deletions
12
.github/workflows/actions.yml
vendored
12
.github/workflows/actions.yml
vendored
|
|
@ -30,19 +30,23 @@ jobs:
|
|||
|
||||
- name: Install lib
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y git
|
||||
git config --global --add safe.directory /gpy/src/paramz
|
||||
pip install -e git+https://github.com/MartinBubel/paramz.git@fix-numpy-types#egg=paramz
|
||||
apt-get install -y gcc
|
||||
pip install --upgrade pip
|
||||
pip install setuptools
|
||||
python setup.py develop --user
|
||||
pip install -e .
|
||||
|
||||
- name: pytest
|
||||
run: |
|
||||
pip install matplotlib
|
||||
pip install pytest
|
||||
pytest
|
||||
pytest .
|
||||
|
||||
- name: Build wheel
|
||||
run: |
|
||||
pip install wheel
|
||||
python setup.py wheel
|
||||
|
||||
# TODO: add deploy job
|
||||
# TODO: add deploy job
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue