mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 21:06:23 +02:00
github-actions: deactivate installs
This commit is contained in:
parent
d3d93d2286
commit
53254cdce9
1 changed files with 3 additions and 3 deletions
6
.github/workflows/actions.yml
vendored
6
.github/workflows/actions.yml
vendored
|
|
@ -30,11 +30,11 @@ jobs:
|
|||
|
||||
- name: Install lib
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y git
|
||||
# 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
|
||||
# apt-get install -y gcc
|
||||
pip install --upgrade pip
|
||||
pip install -e .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue