From b254245b0f0feb88076d7137f897dfbc1c431e11 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 21:05:09 +0000 Subject: [PATCH] fix: CI pip module --- .gitea/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5f30d57..d314e9c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -6,8 +6,6 @@ jobs: steps: - run: | git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/confsync.git /tmp/confsync - ls /tmp/confsync - run: | - which python3 || echo "python3 not found" - which pip3 || echo "pip3 not found" - python3 --version 2>/dev/null || echo "python3 failed" + python3 -m pip install pytest --quiet + python3 -m pytest --version