fix: remove firefox from test workflow

This commit is contained in:
Karim shoair
2025-12-27 14:33:24 +02:00
parent 842718ba94
commit 423755fe82
+1 -1
View File
@@ -88,7 +88,7 @@ jobs:
else else
echo "Skipping install - using cached Playwright browsers" echo "Skipping install - using cached Playwright browsers"
fi fi
python3 -m playwright install-deps chromium firefox python3 -m playwright install-deps chromium
# Cache tox environments # Cache tox environments
- name: Cache tox environments - name: Cache tox environments