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
|
||||
uses: astral-sh/setup-uv@v6
|
||||
with:
|
||||
enable-cache: true
|
||||
# with:
|
||||
# enable-cache: true
|
||||
|
||||
- name: Install project
|
||||
run: uv sync --locked --all-extras --dev
|
||||
|
||||
Reference in New Issue
Block a user