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 . \