fix tests

This commit is contained in:
Bo Peng
2025-07-25 22:51:02 -05:00
parent 44c415b90a
commit 92892ce6c4

View File

@@ -55,10 +55,10 @@ jobs:
shell: bash
run: nox --force-color -s mypy-${{ matrix.python-version }}
- name: Install Playwright Browsers
- name: Install dependencies and Playwright Browsers
run: |
pip install playwright
playwright install --with-deps # Ensures browsers and dependencies are installed
uv sync --extra dev --extra test
uv run playwright install --with-deps
- name: Run tests with nox
shell: bash