Use docker image for CI
Lint / lint (push) Successful in 22s
Tests / test (3.11) (push) Failing after 15s
Tests / test (3.12) (push) Failing after 3s
Tests / test (3.13) (push) Failing after 4s
Tests / test (3.14) (push) Failing after 4s
Python CI / test (push) Failing after 1m42s
Lint / lint (push) Successful in 22s
Tests / test (3.11) (push) Failing after 15s
Tests / test (3.12) (push) Failing after 3s
Tests / test (3.13) (push) Failing after 4s
Tests / test (3.14) (push) Failing after 4s
Python CI / test (push) Failing after 1m42s
This commit is contained in:
@@ -12,6 +12,8 @@ on:
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: gitea.tourolle.paris/dtourolle/pyphotoalbum-ci:latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.11', '3.12', '3.13', '3.14']
|
||||
@@ -25,16 +27,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
|
||||
pip install -e ".[dev]"
|
||||
pip install coverage-badge interrogate
|
||||
pip install setuptools coverage-badge interrogate
|
||||
|
||||
- name: Download initial failed badges
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user