DavidVujic / poetry-multiproject-plugin

A Poetry plugin that makes it simple to share code between projects in monorepos.
https://davidvujic.github.io/python-polylith-docs/installation/
MIT License
190 stars 7 forks source link

fix: check-project command with reusable venv #19

Closed DavidVujic closed 1 year ago

DavidVujic commented 1 year ago

Description

Use the Poetry global cache-dir for the temporary virtual environment that is created during check-project. This will speed up the process, and avoid unnecessary network calls.

Motivation and Context

Making the check-project command faster, because it can reuse a virtual environment already created.

How Has This Been Tested?

CI ✅ Locally installed the plugin and tested in code repos.

Types of changes

Checklist: