[ci] Don’t use system Python on Linux

We are already installing one using actions/setup-python.
This commit is contained in:
Khaled Hosny 2025-02-11 23:55:11 +02:00 committed by خالد حسني (Khaled Hosny)
parent 467b08ba36
commit d46c0ca223

View file

@ -34,16 +34,13 @@ jobs:
libglib2.0-dev \
libgraphite2-dev \
libicu-dev \
ninja-build \
pkg-config \
python3 \
python3-setuptools
pkg-config
- name: Setup Python
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
with:
python-version: '3.12'
- name: Install Python Dependencies
run: sudo pip3 install -r .ci/requirements.txt --require-hashes
run: pip3 install -r .ci/requirements.txt --require-hashes
- name: Setup Meson
run: |
ccache --version