fix: replace setup-uv action with direct curl install

This commit is contained in:
2026-02-13 14:35:36 -05:00
parent 02e249a169
commit 8245070906

View File

@@ -18,10 +18,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up uv - name: Set up uv
uses: astral-sh/setup-uv@v7 run: curl -LsSf https://astral.sh/uv/install.sh | sh && echo "$HOME/.local/bin" >> $GITHUB_PATH
with:
version: "latest"
activate-environment: false
- name: Set up Python - name: Set up Python
run: uv python install 3.13 run: uv python install 3.13
@@ -43,10 +40,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up uv - name: Set up uv
uses: astral-sh/setup-uv@v7 run: curl -LsSf https://astral.sh/uv/install.sh | sh && echo "$HOME/.local/bin" >> $GITHUB_PATH
with:
version: "latest"
activate-environment: false
- name: Set up Python - name: Set up Python
run: uv python install 3.13 run: uv python install 3.13
@@ -69,10 +63,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Set up uv - name: Set up uv
uses: astral-sh/setup-uv@v7 run: curl -LsSf https://astral.sh/uv/install.sh | sh && echo "$HOME/.local/bin" >> $GITHUB_PATH
with:
version: "latest"
activate-environment: false
- name: Set up Python - name: Set up Python
run: uv python install 3.13 run: uv python install 3.13