Skip to content

Commit

Permalink
feat: remove firefox depends
Browse files Browse the repository at this point in the history
Signed-off-by: vvanglro <[email protected]>
  • Loading branch information
vvanglro committed Jul 18, 2023
1 parent e1177f0 commit e6de2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/every_day_cron_challenge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
python -m pip install --upgrade pdm
pdm install
pdm run playwright install chromium firefox
pdm run playwright install chromium
sudo apt-get install xvfb
- name: Run script
run: pdm run python example/test_chromium_cron_challenge.py

0 comments on commit e6de2bb

Please sign in to comment.