From c07d4df262cb77c7c840e5ddbd6546c82f38bdbb Mon Sep 17 00:00:00 2001 From: LordBaryhobal Date: Fri, 24 Jan 2025 13:49:27 +0100 Subject: [PATCH] fixed workflow --- .gitea/workflows/tests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index 31033e4..7adcb21 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5 + - name: Installing dependencies + run: python -m pip install unittest - name: Test with unittest - run: | - pip install unittest - python -m unittest \ No newline at end of file + run: python -m unittest \ No newline at end of file