From ca1a31316772051b7357dda4f98b33742c68afb7 Mon Sep 17 00:00:00 2001 From: "Hugh A. Miles II" Date: Thu, 3 Feb 2022 09:26:37 -0800 Subject: [PATCH] Update superset-docs.yml --- .github/workflows/superset-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/superset-docs.yml b/.github/workflows/superset-docs.yml index 21af79ce721f1..f1cc08f9f1001 100644 --- a/.github/workflows/superset-docs.yml +++ b/.github/workflows/superset-docs.yml @@ -23,7 +23,7 @@ jobs: submodules: recursive - name: yarn install run: | - yarn install --immutable --immutable-cache --check-cache + yarn install --check-cache - name: yarn build run: | yarn build