Skip to content

Commit

Permalink
fix: ci dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: taieeuu <[email protected]>
  • Loading branch information
taieeuu committed Dec 23, 2024
1 parent 61b35fd commit 42509fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pythonbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,9 @@ jobs:
tags: localhost:30000/flytekit:dev
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Install dependencies
run: |
pip install grpcio-health-checking==1.49.0
- name: Integration Test with coverage
env:
FLYTEKIT_IMAGE: localhost:30000/flytekit:dev
Expand Down

0 comments on commit 42509fb

Please sign in to comment.