Update .github/workflows/multi-mdx-regression.yml
Some checks failed
Multi-MDX Regression (IMP-91) / multi-mdx-regression (push) Failing after 14s
Some checks failed
Multi-MDX Regression (IMP-91) / multi-mdx-regression (push) Failing after 14s
This commit is contained in:
8
.github/workflows/multi-mdx-regression.yml
vendored
8
.github/workflows/multi-mdx-regression.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user