Skip to content

Commit

Permalink
fix(ci): pin Python 3.11 for playwright workflow
Browse files Browse the repository at this point in the history
Same problem and same solution as in #13008.

Contributed on behalf of STMicroelectronics

Signed-off-by: Olaf Lessenich <olessenich@eclipsesource.com>
  • Loading branch information
xai committed Oct 31, 2023
1 parent 2ce237b commit a34f665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"

- name: Use Python 3.x
- name: Use Python 3.11
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.11"

- name: Build Browser
shell: bash
Expand Down

0 comments on commit a34f665

Please sign in to comment.