dschep / install-poetry-action

A Github action to install poetry
MIT License
31 stars 7 forks source link

Configure Poetry to not use Virtualenvs #4

Closed danyeaw closed 4 years ago

danyeaw commented 4 years ago

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