Skip to content

Commit 0b1476c

Browse files
authored
Fixing playwrite e2e tests (Netflix#3058)
1 parent ec5e4cd commit 0b1476c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
steps:
3131
- name: Check out Git repository
3232
uses: actions/checkout@v3
33-
- name: Set up Python 3.9
33+
- name: Set up Python 3.11
3434
uses: actions/setup-python@v2
3535
with:
36-
python-version: 3.9
36+
python-version: 3.11
3737
- uses: actions/setup-node@v3
3838
with:
3939
node-version: 16

0 commit comments

Comments
 (0)