From 489d145dbc49a4436bdecc26bec7251bc677f701 Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Tue, 23 Apr 2024 19:07:56 +0800 Subject: [PATCH] test Signed-off-by: Kevin Su --- .github/workflows/checks_new.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks_new.yml b/.github/workflows/checks_new.yml index 0b8da49eb..9ad9c15f6 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 'airflow_plugin' -e 'forecasting_sales' -e 'onnx_plugin' -e 'feast_integration' -e 'modin_plugin' -e 'sagemaker_inference_agent' \ + | grep -v -e 'airflow_plugin' -e 'forecasting_sales' -e 'onnx_plugin' -e 'feast_integration' -e 'modin_plugin' -e 'sagemaker_inference_agent' -e 'kfpytorch_plugin' \ | sort \ | jq --raw-input . \ | jq --slurp . \