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

This commit is contained in:
2026-05-25 08:17:02 +09:00
parent 5de29eb852
commit ee9cf223c1

View File

@@ -28,7 +28,7 @@ jobs:
python-version: "3.11" python-version: "3.11"
cache: pip cache: pip
- name: Install Chrome system dependencies - name: Install Chrome system dependencies
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y chromium-browser || true sudo apt-get install -y chromium-browser || true