From f519acee33264322351a0a6d3d76ca23edf8c448 Mon Sep 17 00:00:00 2001 From: Lendemor Date: Fri, 23 Aug 2024 17:40:43 +0200 Subject: [PATCH] fix install of playwright in CI --- .github/workflows/integration_app_harness.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_app_harness.yml b/.github/workflows/integration_app_harness.yml index 09c714bc1..aae9744bb 100644 --- a/.github/workflows/integration_app_harness.yml +++ b/.github/workflows/integration_app_harness.yml @@ -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