Skip to content
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

Sync --frozen does not install python version #12271

Open
eruvanos opened this issue Mar 18, 2025 · 1 comment
Open

Sync --frozen does not install python version #12271

eruvanos opened this issue Mar 18, 2025 · 1 comment
Labels
question Asking for clarification or support

Comments

@eruvanos
Copy link

eruvanos commented Mar 18, 2025

Question

The following command is executed by our GitHub action before running the tests.

uv sync --all-packages --quiet --frozen

The command fails with:

error: The current Python version (3.[12](...).3) is not compatible with the locked Python requirement: `==3.13.*``

I expected that uv downloads the right Python version if necessary.

Platform

runs-on: github-arm

Version

0.6.7

@eruvanos eruvanos added the question Asking for clarification or support label Mar 18, 2025
@ezerk
Copy link

ezerk commented Mar 18, 2025

try with env var UV_PYTHON_DOWNLOADS: 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Asking for clarification or support
Projects
None yet
Development

No branches or pull requests

2 participants