Skip to content

Commit

Permalink
test: install compatible kfp-server-api and kfp packages (#8829)
Browse files Browse the repository at this point in the history
* don't install kfp-server-api and kfp both from HEAD

* install compatible kfp-server-api and kfp
  • Loading branch information
chensun authored Feb 9, 2023
1 parent 0fc174a commit fd3f694
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/api/v1beta1/python_http_client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "kfp-server-api"
VERSION = "2.0.0-beta.0"
VERSION = "2.0.0-alpha.6"
# To install the library, run the following
#
# python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion test/sample-test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN pip3 install -r /python/src/github.com/kubeflow/pipelines/test/sample-test/r
# TODO: remove deprecated dependency
COPY ./sdk/python/requirements-deprecated.txt /python/src/github.com/kubeflow/pipelines/sdk/python/requirements-deprecated.txt
RUN pip3 install -r /python/src/github.com/kubeflow/pipelines/sdk/python/requirements-deprecated.txt
# Install KFP server API from commit.
# TODO(chensun): Remove install KFP server API from commit once we migrate tests away from using legacy client.
COPY ./backend/api/v1beta1/python_http_client /python_http_client
# Install python client, including DSL compiler.
COPY ./sdk/python /sdk/python
Expand Down

0 comments on commit fd3f694

Please sign in to comment.