Skip to content

Remove the caching config on the build job #421

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 18, 2025

Conversation

mgax
Copy link
Member

@mgax mgax commented Feb 18, 2025

The publish pipeline failed with the following error:

Error: Cache folder path is retrieved for pip but doesn't exist on disk: /home/runner/.cache/pip. This likely indicates that there are no dependencies to cache. Consider removing the cache step if it is not needed.

The cache is likely empty because we're using hynek/setup-cached-uv@v2 to install packages, which does its own caching, so I've removed the offending cache step.

@mgax mgax requested a review from zerolab February 18, 2025 09:54
@mgax mgax merged commit 250e148 into main Feb 18, 2025
12 checks passed
@mgax mgax deleted the fix/ci-publish-remove-python-cache branch February 18, 2025 10:50
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.

2 participants