From 98810965005c2526a6c4a96284d3bba6392830b2 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 22:29:54 +0000 Subject: [PATCH] Test pip install --- .gitea/workflows/ci.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 916fcf1..2e44cb2 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -6,12 +6,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - run: | - git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/man-card.git - ls -la + run: git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/man-card.git - - name: Check Python + - name: Install dependencies run: | - which python3 - python3 --version - python3 -c "print('Hello')" + pip install click fpdf2 Pillow rich pytest + pip list | grep -E "(click|fpdf|Pillow|pytest)"