mirror of https://github.com/pyodide/pyodide.git
FIX Set playwright version cap temporarily (#4316)
This commit is contained in:
parent
538429e5f3
commit
775bb9e658
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue