switched back to manual install of uv for testing

This commit is contained in:
2025-11-24 15:42:20 +01:00
parent e95088ad25
commit 5063bc2b69

View File

@@ -15,10 +15,10 @@ jobs:
- uses: https://gitea.com/actions/checkout@v4 - uses: https://gitea.com/actions/checkout@v4
- name: Install uv (setup-uv) - name: Install uv (manually)
uses: astral-sh/setup-uv@v6 run: |
with: curl -LsSf https://astral.sh/uv/install.sh | sh
version: "latest" echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Install dependencies - name: Install dependencies
working-directory: backend working-directory: backend