From d9b1af2fcf8e46f5bb992cb108530d825dfda972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EA=B2=BD=EB=AF=BC?= Date: Mon, 25 May 2026 08:26:29 +0900 Subject: [PATCH] Update .github/workflows/multi-mdx-regression.yml --- .github/workflows/multi-mdx-regression.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/multi-mdx-regression.yml b/.github/workflows/multi-mdx-regression.yml index 6f04c86..895b5ee 100644 --- a/.github/workflows/multi-mdx-regression.yml +++ b/.github/workflows/multi-mdx-regression.yml @@ -28,15 +28,13 @@ jobs: python-version: "3.11" cache: pip - - name: Install Chrome system dependencies + - name: Install Chrome and ChromeDriver run: | sudo apt-get update - sudo apt-get install -y chromium-browser || true - - - name: Install Chrome and ChromeDriver - uses: browser-actions/setup-chrome@v1 - with: - install-chromedriver: true + wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb + sudo apt-get install -y ./google-chrome-stable_current_amd64.deb + google-chrome --version + pip install chromedriver-autoinstaller - name: Install project (dev extras + selenium) run: | @@ -73,4 +71,4 @@ jobs: with: name: imp91-status-board path: docs/architecture/PHASE-Z-PIPELINE-STATUS-BOARD.md - if-no-files-found: warn + if-no-files-found: warn \ No newline at end of file