Skip to content

Commit

Permalink
Install browser
Browse files Browse the repository at this point in the history
  • Loading branch information
Anto59290 committed Jun 21, 2024
1 parent 3c807d5 commit ebfeddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
python-version: 3.11.1
- name: Install dependencies
run: pip install pip-tools && pip-sync
run: pip install pip-tools && pip-sync && playwright install
- name: Run ruff
run: ruff check .
- name: Run tests
Expand Down

0 comments on commit ebfeddc

Please sign in to comment.