mirror of
https://github.com/BoPeng/ai-marketplace-monitor.git
synced 2025-12-23 22:28:18 -05:00
fix tests
This commit is contained in:
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user