-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat: switch from poetry to uv #2324
Conversation
24c1e68
to
622dff2
Compare
Signed-off-by: Luka Peschke <[email protected]>
622dff2
to
8b8719c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Des paquets n'ont pas la meme version
On se base sur les TU pour valider ? Au pire ca cassera les guru je me dis
.github/workflows/ci-server.yml
Outdated
run: | | ||
pip install poetry | ||
poetry config virtualenvs.create false | ||
curl -LsSf https://astral.sh/uv/0.5.20/install.sh | sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on peut tag vers un latest ? ou sinon mettre la version UV en variable histoire que ce soit un peu plus lisible
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On peut mais je préférais éviter les breaking changes. mais bonne idée pour la variable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Attention à ne pas confondre lockfile et contraintes: le lockfile ne concerne QUE le repo actuel (et les tests sont verts donc on est bons). Les repos qui utilisent cette lib résolvent leur propre version en fonction des contraintes définies dans le |
Signed-off-by: Luka Peschke <[email protected]>
No description provided.