Skip to content

Commit 534c24b

Browse files
committed
debug
1 parent 78209e6 commit 534c24b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docarray/run.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ PYTHON_BINARY=$(find_python3)
1717
$PYTHON_BINARY -c "import sys; print(f'Python version found: {sys.version_info}')"
1818

1919
# Create and activate an isolated python venv environment
20+
set -x
2021
$PYTHON_BINARY -m venv venv
2122
. venv/bin/activate
2223
# Install Poetry
@@ -25,7 +26,7 @@ pip install -U pip "poetry<2"
2526
poetry lock
2627
# Install from pyproject.toml into package specific environment
2728
poetry install --with dev --extras mongo
28-
29+
set +x
2930

3031
# Run tests. Sensitive variables in Evergreen come from Evergeen project: ai-ml-pipeline-testing/
3132
# shellcheck disable=SC2154

0 commit comments

Comments
 (0)