don't install unused browsers for playwright

tests use firefox, only install firefox on ci
This commit is contained in:
Min RK
2025-01-27 10:20:11 +01:00
parent ff823fa8cf
commit 0563a95dc1

View File

@@ -252,7 +252,7 @@ jobs:
- name: Ensure browsers are installed for playwright - name: Ensure browsers are installed for playwright
if: matrix.browser if: matrix.browser
run: python -m playwright install --with-deps run: python -m playwright install --with-deps firefox
- name: Run pytest - name: Run pytest
run: | run: |