Poetry virtualenv is not created when the project is not in the repository's root #539
Closed
5 tasks done
Labels
bug
Something isn't working
Uh oh!
There was an error while loading. Please reload this page.
Description:
poetry env use
is run in the repository's root, causing it to fail since nopyproject.toml
is present.setup-python/src/cache-distributions/poetry-cache.ts
Lines 37 to 44 in 47c4a7a
Currently, only a warning is being displayed:
Actually, this is solved by @oranav in #447.
Action version:
v4
Platform:
Runner type:
Tools version:
All poetry versions
Repro steps:
Create a repository with a Poetry project inside a subfolder and run the action.
Expected behavior:
Either fail hard or run
env use
on all Poetry projects inside the repositoryActual behavior:
Prints a warning
The text was updated successfully, but these errors were encountered: