From 7dd57d3efa8a5b6ac6324903d222150dc959f243 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 04:39:16 +0000 Subject: [PATCH] fix: add dependency installation --- .gitea/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 77ab8e2..558696c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,4 +12,8 @@ jobs: with: python-version: '3.11' - - run: echo "Python setup done" + - name: Install dependencies + run: | + python3 -m pip install --upgrade pip + python3 -m pip install click pyyaml rich pytest ruff + python3 -m pip install -e .