Install uv
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 6s

This commit is contained in:
2026-07-28 15:26:18 +01:00
parent 70ae8aa791
commit 5ce89adc12
+2 -2
View File
@@ -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 }}."