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 f07c854 commit 90c4804
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/checks_new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
echo "PACKAGES=$(find examples -maxdepth 1 -type d -exec basename '{}' \; \
| grep -v -e 'testing' -e 'examples' \
| grep -v -e 'aiflow_plugin' -e 'forecasting_sales' \
| sort \
| jq --raw-input . \
| jq --slurp . \
Expand Down Expand Up @@ -72,4 +73,4 @@ jobs:
run: |
source .venv/bin/activate
cd examples/${{ matrix.example }}
pyflyte --pkgs ${{ matrix.example }} package -o spark-package.tgz --force --fast
pyflyte -vvv --pkgs ${{ matrix.example }} package -o spark-package.tgz --force --fast
3 changes: 3 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ flytekitplugins-sqlalchemy
flytekitplugins-vaex
flytekitplugins-whylogs
feast
xgboost
modin
dask[dataframe]

0 comments on commit 90c4804

Please sign in to comment.