Change Python version to 3.9 in test core linux

This commit is contained in:
Théophile Diot 2024-03-15 15:15:37 +00:00
parent 07e438920f
commit cc3d2226af
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -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