Skip to content

Commit

Permalink
Add a workaround for report unit test to install specific urllib3 ver
Browse files Browse the repository at this point in the history
  • Loading branch information
gmfrasca committed Nov 8, 2023
1 parent 3ad6764 commit 3fa93db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/kfp-tekton-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Workaround: Install last working urllib3 version
run: python -m pip install urllib3==1.26.15 requests-toolbelt==0.10.1
- name: Install dependencies
run: python -m pip install -e sdk/python
- name: "Progress report on compiling KFP DSL test scripts"
Expand Down

0 comments on commit 3fa93db

Please sign in to comment.