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: |
|
run: |
|
||||||
make setup
|
make setup
|
||||||
|
|
||||||
|
- name: Install Playwright browsers
|
||||||
|
run: .tox/py311/bin/playwright install --with-deps chromium
|
||||||
|
|
||||||
- name: Configure AWS credentials for dev
|
- name: Configure AWS credentials for dev
|
||||||
uses: aws-actions/configure-aws-credentials@v1
|
uses: aws-actions/configure-aws-credentials@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,6 @@ psycopg[binary]
|
||||||
pytest-postgresql
|
pytest-postgresql
|
||||||
hubspot-api-client
|
hubspot-api-client
|
||||||
fuzzywuzzy
|
fuzzywuzzy
|
||||||
pymupdf
|
pymupdf
|
||||||
|
playwright==1.58.0
|
||||||
|
msal
|
||||||
Loading…
Add table
Reference in a new issue