diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4a33b61..e503941 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -21,10 +21,7 @@ jobs: uses: actions/checkout@v4 - name: Set up uv - uses: astral-sh/setup-uv@v7 - with: - version: "latest" - activate-environment: false + run: curl -LsSf https://astral.sh/uv/install.sh | sh && echo "$HOME/.local/bin" >> $GITHUB_PATH - name: Set up Python run: uv python install 3.12 @@ -46,10 +43,7 @@ jobs: uses: actions/checkout@v4 - name: Set up uv - uses: astral-sh/setup-uv@v7 - with: - version: "latest" - activate-environment: false + run: curl -LsSf https://astral.sh/uv/install.sh | sh && echo "$HOME/.local/bin" >> $GITHUB_PATH - name: Set up Python run: uv python install 3.12