chore: fix post install uv hanging indefinitely (#4896)

* remove enable cache

* trigger CI

* remove extra with paramters which I believe to be unecessary

* try installing uv manuallly to avoid post install step

* should be fixed by manually installing and not using the action
This commit is contained in:
Kian Jones
2025-09-24 12:29:00 -07:00
committed by Caren Thomas
parent a4041879a4
commit bfc57149a9
7 changed files with 19 additions and 23 deletions

View File

@@ -233,9 +233,9 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
- name: Install uv
uses: astral-sh/setup-uv@v6
with:
enable-cache: true
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Set core directory
id: detect-core-dir