refactor: Comment out enable-cache option for uv installation in CI workflow
Some checks failed
Backend CI / test (push) Failing after 4m5s
Some checks failed
Backend CI / test (push) Failing after 4m5s
This commit is contained in:
@@ -52,8 +52,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@v6
|
uses: astral-sh/setup-uv@v6
|
||||||
with:
|
# with:
|
||||||
enable-cache: true
|
# enable-cache: true
|
||||||
|
|
||||||
- name: Install project
|
- name: Install project
|
||||||
run: uv sync --locked --all-extras --dev
|
run: uv sync --locked --all-extras --dev
|
||||||
|
|||||||
Reference in New Issue
Block a user