From 3ec222dbb8d7ef935f256452fc7357e0b70773dd Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 04:38:31 +0000 Subject: [PATCH] fix: add Python setup --- .gitea/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 57bee99..77ab8e2 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,4 +7,9 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 1 - - run: echo "CI passed" + + - uses: actions/setup-python@v5 + with: + python-version: '3.11' + + - run: echo "Python setup done"