Skip to content

Commit

Permalink
fix: 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 42509fb commit 0a5afe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/monodocs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ jobs:
DOCSEARCH_API_KEY: fake_docsearch_api_key # must be set to get doc build to succeed
run: |
conda activate monodocs-env
pip install grpcio-health-checking==1.49.0
make -C docs clean html SPHINXOPTS="-W -vvv"
4 changes: 1 addition & 3 deletions .github/workflows/pythonbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,15 +294,13 @@ 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
FLYTEKIT_CI: 1
PYTEST_OPTS: -n2
run: |
pip install grpcio-health-checking==1.49.0
make ${{ matrix.makefile-cmd }}
- name: Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit 0a5afe0

Please sign in to comment.