snok / install-poetry

Github action for installing and configuring Poetry
MIT License
566 stars 53 forks source link

Error in Readme. Default virtualenvs-path is {cache-dir}/virtualenvs #151

Closed zalun closed 1 month ago

zalun commented 1 month ago

In the README.md file the parameters of the Install Poetry step do not contain the virtualenvs-path. Later, Load cache env step uses the .venv directory and fails with a Cache not found message. After adding the virtualenvs-path: .venv, everything works as expected.

zalun commented 1 month ago

I should read the other issues first...

sondrelg commented 1 month ago

Fixed in https://github.com/snok/install-poetry/issues/151 👍 Thanks again 🙂