Skip to content

ci: disable uv cache (no uv.lock in repo)#8

Merged
wietzesuijker merged 1 commit into
mainfrom
fix/ci-uv-cache
Jun 7, 2026
Merged

ci: disable uv cache (no uv.lock in repo)#8
wietzesuijker merged 1 commit into
mainfrom
fix/ci-uv-cache

Conversation

@wietzesuijker

Copy link
Copy Markdown
Member

The new CI used astral-sh/setup-uv with enable-cache: true, which requires a uv.lock to key the cache; harpia has none (deps come from requirements.txt), so every run on main errored at the setup-uv step before lint/test. Set enable-cache: false.


AI (Claude) supported my development of this PR.

setup-uv with enable-cache:true requires a uv.lock to key the cache; harpia
has none (deps come from requirements.txt), so every CI run errored before
linting/testing. Disable the cache.
@wietzesuijker wietzesuijker merged commit a18ae12 into main Jun 7, 2026
4 checks passed
@wietzesuijker wietzesuijker deleted the fix/ci-uv-cache branch June 7, 2026 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant