From cd8264efef20ae6164c1f394f2c732220c08b797 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 21:11:57 +0000 Subject: [PATCH] Install pytest --- .gitea/workflows/ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ec9448e..46aa6ab 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -6,9 +6,5 @@ jobs: test: runs-on: ubuntu-latest steps: - - name: Debug info - run: | - whoami - pwd - python3 --version - pip --version || pip3 --version || python3 -m pip --version + - name: Install pytest + run: pip install pytest