Skip to content

Commit 4defea2

Browse files
committed
install ourselves as well
1 parent ab451b8 commit 4defea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/run-direct-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ createvirtualenv "$PYTHON_BINARY" .venv
1010

1111
python --version
1212
pip install pytest
13-
export PYTHONFAULTHANDLER=1
13+
pip install -e .
1414
pytest --version
1515

1616
pytest -v

0 commit comments

Comments
 (0)