From cc3d2226afbd8dfc907aaa7af307fcb7d92f0ecb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Fri, 15 Mar 2024 15:15:37 +0000 Subject: [PATCH] Change Python version to 3.9 in test core linux --- .github/workflows/test-core-linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-core-linux.yml b/.github/workflows/test-core-linux.yml index 60b708995..84ffa332f 100644 --- a/.github/workflows/test-core-linux.yml +++ b/.github/workflows/test-core-linux.yml @@ -17,10 +17,10 @@ jobs: # Prepare - name: Checkout source code uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - - name: Set up Python 3.12 + - name: Set up Python 3.9 uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 with: - python-version: "3.12" + python-version: "3.9" - name: Install Firefox manually and dependencies run: | sudo add-apt-repository ppa:mozillateam/ppa -y