Skip to content

Commit

Permalink
Move to newer openwhisk to fix build break. (#287)
Browse files Browse the repository at this point in the history
- Updated python package requests==2.32.2 causes deployment to fail. New openwhisk version fixes this.
  • Loading branch information
falkzoll authored May 24, 2024
1 parent d1f6a27 commit e23ff87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cd $HOMEDIR
git clone https://github.com/ibm-functions/openwhisk.git openwhisk
cd openwhisk

git checkout 9b768646b31928cd4ca02d2e4dcc5ba95ad5494b
git checkout 33fe0a6426c327f965805851bed524a8d7dd414b

./tools/travis/setup.sh

0 comments on commit e23ff87

Please sign in to comment.