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
echo "Skipping install - using cached Playwright browsers"
fi
python3 -m playwright install-deps chromium firefox
python3 -m playwright install-deps chromium
# Cache tox environments
- name: Cache tox environments