From 8126b32b81c119d6072429fc7a417f7b3525fb72 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Thu, 30 Apr 2026 20:03:57 +0000 Subject: [PATCH] fixing missing deps for tests --- .github/workflows/integration_tests.yml | 3 +++ test.requirements.txt | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 6093e249..0662327e 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -21,6 +21,9 @@ jobs: run: | make setup + - name: Install Playwright browsers + run: .tox/py311/bin/playwright install --with-deps chromium + - name: Configure AWS credentials for dev uses: aws-actions/configure-aws-credentials@v1 with: diff --git a/test.requirements.txt b/test.requirements.txt index 6c95f993..7fdd7dc4 100644 --- a/test.requirements.txt +++ b/test.requirements.txt @@ -7,4 +7,6 @@ psycopg[binary] pytest-postgresql hubspot-api-client fuzzywuzzy -pymupdf \ No newline at end of file +pymupdf +playwright==1.58.0 +msal \ No newline at end of file