Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Configure Poetry to not use Virtualenvs #4

Merged
merged 2 commits into from Dec 15, 2019

Conversation

danyeaw
Copy link
Contributor

@danyeaw danyeaw commented Dec 15, 2019

Fixes #2.

By default sets Poetry to not use virtualenvs. If you do want to use a virtualenv, you can configure the action as follows:

- uses: dschep/install-poetry-action@v1.2
  with:
    create_virtualenvs: true

Signed-off-by: Dan Yeaw <dan@yeaw.me>
Signed-off-by: Dan Yeaw <dan@yeaw.me>
@dschep dschep merged commit c15561e into dschep:master Dec 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configure Poetry to not use virtualenvs
2 participants