Fix version of playwright for standalone

This commit is contained in:
keisuke-umezawa
2024-02-06 22:12:29 +09:00
parent 6e9b6cfbbb
commit 5a4070c1a0
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --progress-bar off .
python -m pip install --progress-bar off pytest-playwright
python -m pip install --progress-bar off pytest-playwright==0.4.3 # next version is flaky
- name: Build standalone_app
run: make MODE="prd" standalone_app/public/bundle.js