From c00d933d7457c9ae770df7d1c2f71504a4dd6a08 Mon Sep 17 00:00:00 2001 From: "Hugh A. Miles II" Date: Thu, 3 Feb 2022 10:35:08 -0800 Subject: [PATCH] Update superset-docs.yml (#18575) --- .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