name: CI on: [push] jobs: test: runs-on: ubuntu-latest container: python:3.11-bullseye steps: - name: Checkout run: | apt-get update -qq && apt-get install -y -qq git > /dev/null git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/man-card.git - name: Test run: | pip install click fpdf2 Pillow rich pytest pytest-cov pip install -e . pytest tests/ -v --tb=short