From c3b2643512512407ddc78d6502615d863237835f Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 21:08:11 +0000 Subject: [PATCH] Install build deps then package --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 63fca68..47c9573 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,5 +7,6 @@ jobs: runs-on: ubuntu-latest steps: - run: python3 --version + - run: pip install --upgrade pip setuptools wheel - run: pip install -e . - run: pytest tests/ -v --tb=short