name: CI on: [push, pull_request] jobs: test: runs-on: ubuntu-latest steps: - name: Checkout run: git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/man-card.git - name: Check pip run: | which pip3 pip3 --version pip3 install click fpdf2 Pillow rich pytest pytest-cov pip3 list | grep -E "(click|fpdf|Pillow|pytest)"