From 5ce89adc12056180331236dead9471e6137bf935 Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Tue, 28 Jul 2026 15:26:18 +0100 Subject: [PATCH] Install uv --- .gitea/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index d0d0313..d7cae8e 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -27,10 +27,10 @@ jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest steps: + - name: "install uv" + run: wget -qO- https://astral.sh/uv/install.sh | sh - name: Check out repository code uses: actions/checkout@v4 - - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: List files in the repository run: uv run pytest - run: echo "🍏 This job's status is ${{ job.status }}."