fix install of playwright in CI

This commit is contained in:
Lendemor 2024-08-23 17:40:43 +02:00
parent 311cd1d729
commit f519acee33

View File

@ -45,7 +45,7 @@ jobs:
python-version: ${{ matrix.python-version }}
run-poetry-install: true
create-venv-at-path: .venv
- run: poetry run uv pip install pyvirtualdisplay pillow
- run: poetry run uv pip install pyvirtualdisplay pillow playwright pytest-playwright
- name: Run app harness tests
env:
SCREENSHOT_DIR: /tmp/screenshots