From 28f756c54443b8fc9149a4bea7d07b24bc6df247 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 21:03:57 +0000 Subject: [PATCH] Test pytest installation and run --- .gitea/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index e42606f..189ecda 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -10,4 +10,5 @@ jobs: steps: - run: whoami - run: python3 --version - - run: pip --version + - run: pip install pytest + - run: pytest tests/ -v --tb=short