m1kc / django-spinproject

Opinionated version of `startproject` with some popular third-party packages.
MIT License
5 stars 1 forks source link

CI: exclude poetry virtualenvs from cache #25

Closed m1kc closed 1 year ago

m1kc commented 2 years 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
m1kc commented 2 years ago

poetry install --sync?

m1kc commented 1 year ago

Tracked in #46