removing playright install for integration test

This commit is contained in:
Khalim Conn-Kowlessar 2026-04-30 20:08:13 +00:00
parent 8126b32b81
commit d292f2d6b6
2 changed files with 1 additions and 3 deletions

View file

@ -21,9 +21,6 @@ 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

@ -9,4 +9,5 @@ deps =
-rbackend/engine/requirements.txt
-rbackend/app/requirements/requirements.txt
-rtest.requirements.txt
commands_pre = playwright install --with-deps chromium
commands = pytest {posargs}