Skip to content

Commit 6169d44

Browse files
author
Mauko Quiroga
committed
Re-install editable w/o dependencies
1 parent 9ed1040 commit 6169d44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ jobs:
106106

107107
- run:
108108
name: Run core & web-api tests
109-
command: PYTEST_ADDOPTS="--exitfirst" make test-code
109+
command: |
110+
pip install --editable . --upgrade --no-dependencies
111+
PYTEST_ADDOPTS="--exitfirst" make test-code
110112
111113
- persist_to_workspace:
112114
root: .

0 commit comments

Comments
 (0)