FIX Set playwright version cap temporarily (#4316)

This commit is contained in:
Gyeongjae Choi 2023-12-01 14:22:28 +09:00 committed by GitHub
parent 538429e5f3
commit 775bb9e658
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -178,6 +178,8 @@ jobs:
run: |
pip install -r requirements.txt
pip install -e ./pyodide-build
# FIXME: pytest-pyodide hangs in playwright==1.40, chromium
pip install "playwright<1.40"
python -m playwright install
- name: run core tests