From 8578221e7de7ccf946d2be6b181e9d930b2370f6 Mon Sep 17 00:00:00 2001 From: Olaf Lessenich Date: Tue, 31 Oct 2023 13:48:13 +0100 Subject: [PATCH] fix(ci): pin Python 3.11 for playwright workflow (#13040) Same problem and same solution as in https://github.com/eclipse-theia/theia/issues/13008. Contributed on behalf of STMicroelectronics Signed-off-by: Olaf Lessenich --- .github/workflows/playwright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 7746e7a2e251f..0473f62bb2726 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -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