From 143239c7cb92a837c060e5d1fb1b5ea8d87b01cb Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 22:07:37 +0000 Subject: [PATCH] Fix pytest version and update CI workflow --- .gitea/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 253480c..60f359c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -16,7 +16,6 @@ jobs: - name: Install dependencies run: | pip3 install -r requirements.txt - pip3 install pytest - name: Run tests run: pytest3 tests/ -v \ No newline at end of file