From 41085e96bcbdae741d36f000773b63e4029f2712 Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Tue, 23 Apr 2024 14:46:40 +0800 Subject: [PATCH] test Signed-off-by: Kevin Su --- .github/workflows/checks_new.yml | 6 ++++-- requirements.in | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks_new.yml b/.github/workflows/checks_new.yml index 3bc667c28..83ad85a53 100644 --- a/.github/workflows/checks_new.yml +++ b/.github/workflows/checks_new.yml @@ -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 . \ @@ -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: @@ -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 diff --git a/requirements.in b/requirements.in index f8b7d9e62..0b1b0257c 100644 --- a/requirements.in +++ b/requirements.in @@ -38,3 +38,4 @@ feast xgboost modin dask[dataframe] +wandb