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 dd96f17 commit 21143ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks_new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
echo "PACKAGES=$(find examples -maxdepth 1 -type d -exec basename '{}' \; \
| grep -v -e 'testing' -e 'examples' \
| grep -v -e 'airflow_plugin' -e 'forecasting_sales' -e 'onnx_plugin' \
| grep -v -e 'airflow_plugin' -e 'forecasting_sales' -e 'onnx_plugin' -e 'feast_integration' -e 'modin_plugin' \
| sort \
| jq --raw-input . \
| jq --slurp . \
Expand Down Expand Up @@ -81,4 +81,4 @@ jobs:
--image mindmeld="ghcr.io/flyteorg/flytecookbook:core-latest" \
--image borebuster="ghcr.io/flyteorg/flytekit:py3.9-latest" \
--output spark-package.tgz \
--force --fast
--force
2 changes: 1 addition & 1 deletion examples/feast_integration/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ flytekitplugins-deck-standard
scikit-learn
numpy
boto3
feast[aws]==0.25.0
feast[aws]

0 comments on commit 21143ed

Please sign in to comment.