From b98dec8aa324a49c1d745b9f32f9a96bb16197ca Mon Sep 17 00:00:00 2001 From: Christina Lee Date: Thu, 20 Jun 2024 11:23:49 -0400 Subject: [PATCH] Update .github/workflows/install_deps/action.yml --- .github/workflows/install_deps/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install_deps/action.yml b/.github/workflows/install_deps/action.yml index 43bfe0c177b..6cc3bac5e91 100644 --- a/.github/workflows/install_deps/action.yml +++ b/.github/workflows/install_deps/action.yml @@ -40,7 +40,7 @@ inputs: description: Indicate if catalyst should be installed from the test pypi location required: false type: boolean - default: false + default: 'false' additional_pip_packages: description: Additional packages to install. Values will be passed to pip install {value} required: false