Closed danyeaw closed 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
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: