Skip to content

Commit b0ffc61

Browse files
committed
BUG: fix system python dependency
1 parent 6453dea commit b0ffc61

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ jobs:
124124
- test-playwright
125125
runs-on: ubuntu-latest
126126
steps:
127+
- name: Install python
128+
uses: actions/setup-python@v5
129+
with:
130+
python-version: '3.10'
127131
- name: Decide whether the needed jobs succeeded or failed
128132
uses: re-actors/alls-green@release/v1
129133
with:

0 commit comments

Comments
 (0)