From baf2261bb37a3946e6b9e036d35644b822c174f4 Mon Sep 17 00:00:00 2001 From: Falko Victor Habel Date: Mon, 20 Jan 2025 16:32:43 +0000 Subject: [PATCH] .gitea/workflows/test.yaml aktualisiert --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 682048f..4989700 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -32,5 +32,5 @@ jobs: pip install -r requirements-dev.txt - name: Run tests run: | - pip insall -e . + pip install -e . pytest tests \ No newline at end of file