Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
pip install -e .
in CircleCI setup
Instead of `python setup.py develop`. We started getting failures after merging ckan#8375 but that seems completely unrelated. I suspect it must be some low level unpinned dependency (setuptools?) as there are some errors in the `test-infrastructure/install_deps.sh` step. Using `pip install .` seems a much more reliable way of setting up CKAN in that env https://app.circleci.com/pipelines/github/ckan/ckan/7100/workflows/d61a6ae4-e4d5-4d6a-b5b3-8553fefd2215/jobs/15115
- Loading branch information