fix/cluster-manager-crash-due-to-overpass-exception #72

Merged
kscheidecker merged 24 commits from fix/cluster-manager-crash-due-to-overpass-exception into main 2025-11-24 19:22:23 +00:00
2 changed files with 9 additions and 8 deletions
Showing only changes of commit 63d3ff63e7 - Show all commits

View File

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

View File

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