Skip to content

Commit

Permalink
Merge pull request ckan#8377 from ckan/fix-failures-setup.py
Browse files Browse the repository at this point in the history
Use `pip install -e .` in CircleCI setup
  • Loading branch information
wardi authored Jul 26, 2024
2 parents e04fd6b + 131c479 commit 9ebff90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test-infrastructure/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ apt update
apt install -y postgresql-client

#Python Dependencies
pip install -U pip
pip install -r requirements.txt
pip install -r dev-requirements.txt
python setup.py develop
pip install -e .
pip check

0 comments on commit 9ebff90

Please sign in to comment.