Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9795406

Browse files
committed
Add pip install editable to CI config
1 parent 48cc36a commit 9795406

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ commands:
2020
python -m venv venv
2121
. venv/bin/activate
2222
pip install --upgrade pip wheel
23+
pip install -e .
2324
pip install -r ./test_requirements/requirements_<<parameters.py>>_core.txt
2425
- run:
2526
name: Test core
@@ -45,6 +46,7 @@ commands:
4546
python -m venv venv
4647
. venv/bin/activate
4748
pip install --upgrade pip wheel
49+
pip install -e .
4850
pip install -r ./test_requirements/requirements_<<parameters.py>>_optional.txt
4951
cd js
5052
npm ci

0 commit comments

Comments
 (0)