CI fix
Some checks failed
Lint / lint (push) Successful in 25s
Tests / test (3.11) (push) Successful in 31s
Tests / test (3.12) (push) Successful in 29s
Python CI / test (push) Failing after 1m40s
Tests / test (3.13) (push) Successful in 28s
Tests / test (3.14) (push) Has been cancelled

This commit is contained in:
Duncan Tourolle 2026-04-09 22:32:21 +02:00
parent e112437372
commit cdd5215eb4

View File

@ -25,6 +25,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install system dependencies
run: |
sudo apt-get update -qq
sudo apt-get install -y libgl1 libglib2.0-0
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip