From 0ada185e134c1dce3ca1db673b4009119331f0f5 Mon Sep 17 00:00:00 2001 From: phil Date: Sun, 1 Dec 2024 03:02:11 +0100 Subject: [PATCH] Fix install uv for the test action --- .forgejo/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 2d140c8..b83a00b 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -25,4 +25,4 @@ jobs: run: uv sync - name: Run tests (API call) - run: .venv/bin/pytest/pytest -s tests/basic.py + run: .venv/bin/pytest -s tests/basic.py