Skip to content

Commit

Permalink
Install a image builder in CI (#336)
Browse files Browse the repository at this point in the history
* Install a image builder in CI

Signed-off-by: Kevin Su <[email protected]>

* one more

Signed-off-by: Kevin Su <[email protected]>

---------

Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw authored Jun 21, 2024
1 parent fc37a05 commit 3090f36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-single-binary-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install flytekit flytekitplugins-deck-standard
pip install flytekit flytekitplugins-deck-standard flytekitplugins-envd
pip freeze
- name: Checkout flytesnacks
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/end2end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Setup Flytekit
run: |
python -m pip install --upgrade pip
pip install flytekit flytekitplugins-deck-standard
pip install flytekit flytekitplugins-deck-standard flytekitplugins-envd
pip freeze
- name: Checkout flytesnacks
if: ${{ inputs.priorities == 'P0' }}
Expand Down

0 comments on commit 3090f36

Please sign in to comment.