From 1c695700a4e5410d3ad78bf8c3bec984780ac831 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 22 Mar 2026 12:51:22 +0000 Subject: [PATCH] Test Python only --- .gitea/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 7cea055..1a3b1f8 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -10,8 +10,4 @@ jobs: run: | set -x python3 --version - pip3 --version - - name: Install pytest - run: | - set -x - pip3 install pytest \ No newline at end of file + pip3 --version \ No newline at end of file