From 735e2866dbf16aa7549a2342d5f6546e85063bab Mon Sep 17 00:00:00 2001 From: Angel Garbarino Date: Wed, 24 May 2023 15:24:47 -0600 Subject: [PATCH] Address Test-ui suite failure for package install issues (#20756) * fix * apparently its going to take me two commits.. for one line. * test removing the installation of the packages. * remove browser dependencies --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 670a935f0ad4..b6203d319f2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -227,8 +227,6 @@ jobs: node-version-file: './ui/package.json' cache: yarn cache-dependency-path: ui/yarn.lock - - id: install-browser-libraries - run: sudo apt install -y libnss3-dev libgdk-pixbuf2.0-dev libgtk-3-dev libxss-dev libasound2 - id: install-browser uses: browser-actions/setup-chrome@c485fa3bab6be59dce18dbc18ef6ab7cbc8ff5f1 # v1.2.0 - id: ui-dependencies