-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TT-10414] [release-4-lts] Fix python coprocess tests, pin protobuf d…
…ependency in CI (#5737) Co-authored-by: Tit Petric <[email protected]>
- Loading branch information
Showing
3 changed files
with
185 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,9 @@ jobs: | |
|
||
steps: | ||
- name: Checkout Tyk | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
|
||
- name: Setup Golang | ||
uses: actions/setup-go@v2 | ||
|
@@ -42,7 +44,7 @@ jobs: | |
python -m pip install --upgrade pip | ||
pip install setuptools | ||
pip install google | ||
pip install protobuf | ||
pip install 'protobuf==4.24.4' | ||
- name: Start Redis | ||
uses: supercharge/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.