We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed1040 commit 6169d44Copy full SHA for 6169d44
.circleci/config.yml
@@ -106,7 +106,9 @@ jobs:
106
107
- run:
108
name: Run core & web-api tests
109
- command: PYTEST_ADDOPTS="--exitfirst" make test-code
+ command: |
110
+ pip install --editable . --upgrade --no-dependencies
111
+ PYTEST_ADDOPTS="--exitfirst" make test-code
112
113
- persist_to_workspace:
114
root: .
0 commit comments