From f5bbad9f3655e06d3896d6701e918b4d4305d991 Mon Sep 17 00:00:00 2001 From: Pere Miquel Brull Date: Fri, 17 Oct 2025 11:15:40 +0200 Subject: [PATCH] CI - Fix install yarn shell (#23941) --- .github/actions/setup-openmetadata-test-environment/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/setup-openmetadata-test-environment/action.yml b/.github/actions/setup-openmetadata-test-environment/action.yml index 59a392e357d..be47d016895 100644 --- a/.github/actions/setup-openmetadata-test-environment/action.yml +++ b/.github/actions/setup-openmetadata-test-environment/action.yml @@ -47,6 +47,7 @@ runs: - name: Install yarn run: npm install -g yarn + shell: bash # ------------------------------------------------------------------------------ # ---- Setup Python Test Environment -------------------------------------------