Debug Python availability
All checks were successful
CI / test (push) Successful in 1s

This commit is contained in:
2026-01-31 22:29:20 +00:00
parent 385d492ce1
commit 7e67942584

View File

@@ -6,12 +6,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
run: git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/man-card.git
- name: Install
run: | run: |
pip install click fpdf2 Pillow rich pytest git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/man-card.git
pip install -e . ls -la
- name: Test - name: Check Python
run: pytest tests/test_cli.py -v run: |
which python3
python3 --version
python3 -c "print('Hello')"