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

Poetry in CI #41

Closed
YDX-2147483647 opened this issue Aug 11, 2023 · 0 comments · Fixed by #42
Closed

Poetry in CI #41

YDX-2147483647 opened this issue Aug 11, 2023 · 0 comments · Fixed by #42

Comments

@YDX-2147483647
Copy link
Collaborator

https://github.com/radoering/poetry/blob/692f410942dd6def4ad91080c80ca792e09b53bb/docs/_index.md?plain=1#L292-L305

Version pinning

Whatever method you use, it is highly recommended to explicitly control the version of Poetry used, so that you are able
to upgrade after performing your own validation. Each install method has a different syntax for setting the version that
is used in the following examples.

Using pipx

Just as pipx is a powerful tool for development use, it is equally useful in a CI environment
and should be one of your top choices for use of Poetry in CI.

pipx install poetry==1.2.0

相关

#34 介绍了缓存方法。

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 a pull request may close this issue.

1 participant