Skip creating pipfile.lock on circleci for wagtail 2.11

It appears that this step is ignoring python_requires specifiers, possibly because it's running under a newer python than we ultimately do the installation under, and as a result it's selecting incompatible package versions (asgiref 3.5, pillow 9.0)
pull/7874/head
Matt Westcott 2022-01-24 14:56:48 +00:00 zatwierdzone przez Matt Westcott
rodzic 1e60e7f810
commit 149b5d2e8e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -10,7 +10,7 @@ jobs:
keys:
- pip-packages-v1-{{ .Branch }}
- pip-packages-v1-
- run: pipenv install -e .[testing]
- run: pipenv install --skip-lock -e .[testing]
- save_cache:
paths:
- ~/.local/