Closed m1kc closed 1 year ago
Sometimes packages removed from both pyproject.toml and poetry.lock still can be found in a cached virtualenv. This leads to a lot of head-scratching in certain scenarios.
cache: paths: - .cache/pip - .cache/pypoetry/artifacts - .cache/pypoetry/cache
poetry install --sync?
poetry install --sync
Tracked in #46
Sometimes packages removed from both pyproject.toml and poetry.lock still can be found in a cached virtualenv. This leads to a lot of head-scratching in certain scenarios.