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 90c4804 commit 41085e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 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 'aiflow_plugin' -e 'forecasting_sales' \
| grep -v -e 'airflow_plugin' -e 'forecasting_sales' \
| sort \
| jq --raw-input . \
| jq --slurp . \
Expand All @@ -37,6 +37,7 @@ jobs:
needs: [list_examples]
runs-on: "ubuntu-latest"
env:
FLYTE_SDK_RICH_TRACEBACKS: "0"
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION: python
name: Serialize
strategy:
Expand Down Expand Up @@ -71,6 +72,7 @@ jobs:
password: ${{ secrets.FLYTE_BOT_PAT }}
- name: Pyflyte package
run: |
pip list
source .venv/bin/activate
cd examples/${{ matrix.example }}
pyflyte -vvv --pkgs ${{ matrix.example }} package -o spark-package.tgz --force --fast
pyflyte -vvv --pkgs ${{ matrix.example }} package -o spark-package.tgz --force --fast
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ feast
xgboost
modin
dask[dataframe]
wandb

0 comments on commit 41085e9

Please sign in to comment.