Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
<pytest>[feat]only install chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
HornCopper committed Aug 16, 2024
1 parent 1f45ed0 commit 108cd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install pytest pytest-asyncio
python -m pip install -r requirements.txt
playwright install
playwright install chromium
- name: Run tests
run: |
Expand Down

0 comments on commit 108cd5d

Please sign in to comment.