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
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:
parent
e112437372
commit
cdd5215eb4
@ -25,6 +25,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
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
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user