Use pip3 instead of pip
Some checks failed
CI / test (push) Failing after 2s

This commit is contained in:
2026-01-31 22:30:38 +00:00
parent 9881096500
commit cd81b56e16

View File

@@ -8,7 +8,9 @@ jobs:
- name: Checkout
run: git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/man-card.git
- name: Install dependencies
- name: Check pip
run: |
pip install click fpdf2 Pillow rich pytest
pip list | grep -E "(click|fpdf|Pillow|pytest)"
which pip3
pip3 --version
pip3 install click fpdf2 Pillow rich pytest pytest-cov
pip3 list | grep -E "(click|fpdf|Pillow|pytest)"