Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Apr 23, 2024
1 parent c7c0f89 commit 3162b1b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 497 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/checks_new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,9 @@ jobs:
run: |
pip freeze
source .venv/bin/activate
pyflyte -vvv --pkgs ${{ matrix.example }} package -o spark-package.tgz --force --fast
pyflyte -vvv \
--pkgs ${{ matrix.example }} package \
--image mindmeld="ghcr.io/flyteorg/flytecookbook:core-latest" \
--image borebuster="ghcr.io/flyteorg/flytekit:py3.9-latest" \
--output spark-package.tgz \
--force --fast
2 changes: 1 addition & 1 deletion examples/bigquery_agent/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ flytekit
wheel
matplotlib
flytekitplugins-deck-standard
flytekitplugins-bigquery==0.30.1
flytekitplugins-bigquery
246 changes: 0 additions & 246 deletions examples/bigquery_agent/requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion examples/bigquery_plugin/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ flytekit
wheel
matplotlib
flytekitplugins-deck-standard
flytekitplugins-bigquery==0.30.1
flytekitplugins-bigquery
Loading

0 comments on commit 3162b1b

Please sign in to comment.