Update .github/workflows/multi-mdx-regression.yml
This commit is contained in:
7
.github/workflows/multi-mdx-regression.yml
vendored
7
.github/workflows/multi-mdx-regression.yml
vendored
@@ -28,13 +28,10 @@ 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 libnspr4 libnss3 libatk1.0-0 \
|
sudo apt-get install -y chromium-browser || true
|
||||||
libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 \
|
|
||||||
libxcomposite1 libxdamage1 libxrandr2 libgbm1 \
|
|
||||||
libpango-1.0-0 libcairo2 libasound2t64
|
|
||||||
|
|
||||||
- name: Install Chrome and ChromeDriver
|
- name: Install Chrome and ChromeDriver
|
||||||
uses: browser-actions/setup-chrome@v1
|
uses: browser-actions/setup-chrome@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user