Fix version of playwright

This commit is contained in:
keisuke-umezawa
2024-02-06 22:00:43 +09:00
parent b7b4be5179
commit 6e9b6cfbbb
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --progress-bar off .
python -m pip install --progress-bar off pytest-playwright<0.4.4 # this version is flaky
python -m pip install --progress-bar off pytest-playwright==0.4.3 # next version is flaky
- name: Install the required browsers
run: playwright install