fixing missing deps for tests

This commit is contained in:
Khalim Conn-Kowlessar 2026-04-30 20:03:57 +00:00
parent a97e4ce524
commit 8126b32b81
2 changed files with 6 additions and 1 deletions

View file

@ -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:

View file

@ -7,4 +7,6 @@ psycopg[binary]
pytest-postgresql
hubspot-api-client
fuzzywuzzy
pymupdf
pymupdf
playwright==1.58.0
msal