Skip to content

Commit

Permalink
get playwright to install browsers in GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bbonf committed Jun 18, 2024
1 parent cdb5c09 commit 4357af6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/django-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ jobs:
cd ../lab
pip install -r requirements.txt
pip install -r requirements-dev.txt
playwright install
- name: Compile 18n
run: |
cd lab
Expand Down

0 comments on commit 4357af6

Please sign in to comment.