Skip to content

Commit 3db00bc

Browse files
authored
Update playwright.yml
explicit Python 3.13 version with cahed pip
1 parent c91c6a8 commit 3db00bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v4
2222
with:
23-
python-version: "3.12"
23+
python-version: "3.13"
24+
cache: 'pip'
2425
- name: Install dependencies
2526
run: |
2627
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)