We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbfba3 commit 4c2b7c1Copy full SHA for 4c2b7c1
.github/workflows/pages-ci.yml
@@ -31,7 +31,10 @@ jobs:
31
python -m playwright install
32
33
- name: Install Playwright system dependencies
34
- run: playwright install-deps
+ 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
38
39
- name: Run Playwright browser test
40
run: pytest tests/browser/test_corpus_decoder.py
0 commit comments