mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
fixing missing deps for tests
This commit is contained in:
parent
a97e4ce524
commit
8126b32b81
2 changed files with 6 additions and 1 deletions
3
.github/workflows/integration_tests.yml
vendored
3
.github/workflows/integration_tests.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -8,3 +8,5 @@ pytest-postgresql
|
|||
hubspot-api-client
|
||||
fuzzywuzzy
|
||||
pymupdf
|
||||
playwright==1.58.0
|
||||
msal
|
||||
Loading…
Add table
Reference in a new issue