Update .github/workflows/multi-mdx-regression.yml
Some checks failed
Multi-MDX Regression (IMP-91) / multi-mdx-regression (push) Failing after 14s

This commit is contained in:
2026-05-25 08:08:13 +09:00
parent 9062931863
commit 8c1b911d55

View File

@@ -28,6 +28,14 @@ jobs:
python-version: "3.11" python-version: "3.11"
cache: pip cache: pip
- name: Install Chrome system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libnspr4 libnss3 libatk1.0-0 \
libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 \
libxcomposite1 libxdamage1 libxrandr2 libgbm1 \
libpango-1.0-0 libcairo2 libasound2
- name: Install Chrome and ChromeDriver - name: Install Chrome and ChromeDriver
uses: browser-actions/setup-chrome@v1 uses: browser-actions/setup-chrome@v1
with: with: