Skip to content

Commit

Permalink
Only install chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
blackary committed Jun 26, 2024
1 parent f46aaa4 commit 282b665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python -m pip install tox tox-gh-actions pytest-playwright pytest-rerunfailures
- name: Install playwright dependencies
run: |
playwright install chrome --with-deps
playwright install chromium --with-deps
- name: Test with tox
run: tox
- uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ deps =
streamlit36: streamlit==1.36.0

commands:
playwright install chrome
playwright install chromium
pytest --browser chromium --reruns 3

[tox:.package]
Expand Down

0 comments on commit 282b665

Please sign in to comment.