Skip to content

Commit

Permalink
Add SC install to docs makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Gonzalez-Martin authored and seldondev committed Oct 9, 2020
1 parent 65f65e6 commit 2e62a3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 2 additions & 0 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ TAG=master

install-dev:
pip install -r requirements.txt
# Install local version of seldon_core as well
make -C ../python install_dev

clean:
rm -rf source/_static/cluster-manager/dependencies
Expand Down
10 changes: 0 additions & 10 deletions jenkins-x-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ pipelineConfig:
parallel:
- name: linkcheck
steps:
- name: install-seldon-core
command: make
args:
- -C python
- install_dev
- name: make-linkcheck
command: make
args:
Expand All @@ -29,11 +24,6 @@ pipelineConfig:
- linkcheck
- name: html
steps:
- name: install-seldon-core
command: make
args:
- -C python
- install_dev
- name: make-html
command: make
args:
Expand Down

0 comments on commit 2e62a3a

Please sign in to comment.