Skip to content

Commit

Permalink
Install all browsers; CI not seeing install
Browse files Browse the repository at this point in the history
  • Loading branch information
mccalluc committed Nov 26, 2024
1 parent 7929182 commit c859d82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:
pip install pytest pytest-playwright

- name: Install browsers
# TODO: Why doesn't work to just install chromium now?
# Install just one browser instead of the default three.
# https://playwright.dev/python/docs/browsers#managing-browser-binaries
run: playwright install chromium
run: playwright install

- name: Run end-to-end test
# We want to make sure there aren't hidden dependencies
Expand Down

0 comments on commit c859d82

Please sign in to comment.