Skip to content

Commit 4c2b7c1

Browse files
committed
pages-ci.yml optimize apt a little
1 parent 5cbfba3 commit 4c2b7c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pages-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ jobs:
3131
python -m playwright install
3232
3333
- name: Install Playwright system dependencies
34-
run: playwright install-deps
34+
run: |
35+
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
36+
sudo rm -f /var/lib/man-db/auto-update
37+
playwright install-deps
3538
3639
- name: Run Playwright browser test
3740
run: pytest tests/browser/test_corpus_decoder.py

0 commit comments

Comments
 (0)