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

Enable Poetry's virtual env in CI #27

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

sisp
Copy link
Contributor

@sisp sisp commented Mar 26, 2024

I've removed the setting to disable Poetry's virtual envs in CI checks. Since Poetry is installed through pip into the global environment, it's better to let Poetry install the dependencies into its managed virtual env, so that there can be no conflict between Poetry's own dependencies and those installed via Poetry.

@timofurrer timofurrer merged commit 0027c18 into click-contrib:master Mar 26, 2024
6 checks passed
@timofurrer
Copy link
Member

Great, thank you!

@sisp sisp deleted the ci/poetry-venv branch March 26, 2024 19:19
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