Skip to content

Commit

Permalink
test: fixes SDK tests (#11488)
Browse files Browse the repository at this point in the history
Signed-off-by: Helber Belmiro <[email protected]>
  • Loading branch information
hbelmiro authored Dec 29, 2024
1 parent 2a77a89 commit 9c6ec0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/kfp-sdk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
paths:
- 'sdk/**'
- 'test/presubmit-tests-sdk.sh'
- '.github/workflows/kfp-sdk-tests.yml'

jobs:
Expand Down
1 change: 1 addition & 0 deletions test/presubmit-tests-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ python3 -m venv venv
source venv/bin/activate

python3 -m pip install --upgrade pip
python3 -m pip install setuptools
python3 -m pip install coveralls==1.9.2
python3 -m pip install $(grep 'absl-py==' sdk/python/requirements-dev.txt)
python3 -m pip install $(grep 'docker==' sdk/python/requirements-dev.txt)
Expand Down

0 comments on commit 9c6ec0f

Please sign in to comment.