From a01fa11232bb43842ebe0bb862ab6699fd54ce7b Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 22:04:41 +0000 Subject: [PATCH] Add Gitea Actions workflow: ci.yml --- .gitea/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 065cdd6..b43bd7d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -18,9 +18,9 @@ jobs: - name: Install dependencies run: | - pip3 install -r requirements.txt 2>&1 || pip install -r requirements.txt 2>&1 - pip3 install pytest 2>&1 || pip install pytest 2>&1 + pip3 install -r requirements.txt + pip3 install pytest - name: Run tests run: | - pytest3 tests/ -v 2>&1 || pytest tests/ -v 2>&1 \ No newline at end of file + pytest3 tests/ -v \ No newline at end of file