From 21d4526d2cfd28fdf01633b4ee75d37bf80e8ad6 Mon Sep 17 00:00:00 2001 From: Lendemor Date: Fri, 23 Aug 2024 17:44:00 +0200 Subject: [PATCH] fix install again --- .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 aae9744bb..4e74fb7a0 100644 --- a/.github/workflows/integration_app_harness.yml +++ b/.github/workflows/integration_app_harness.yml @@ -51,7 +51,7 @@ jobs: SCREENSHOT_DIR: /tmp/screenshots REDIS_URL: ${{ matrix.state_manager == 'redis' && 'redis://localhost:6379' || '' }} run: | - playwright install --with-deps + poetry run playwright install --with-deps poetry run pytest integration - uses: actions/upload-artifact@v4 name: Upload failed test screenshots