We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6453dea commit b0ffc61Copy full SHA for b0ffc61
.github/workflows/playwright.yml
@@ -124,6 +124,10 @@ jobs:
124
- test-playwright
125
runs-on: ubuntu-latest
126
steps:
127
+ - name: Install python
128
+ uses: actions/setup-python@v5
129
+ with:
130
+ python-version: '3.10'
131
- name: Decide whether the needed jobs succeeded or failed
132
uses: re-actors/alls-green@release/v1
133
with:
0 commit comments