We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78209e6 commit 534c24bCopy full SHA for 534c24b
docarray/run.sh
@@ -17,6 +17,7 @@ PYTHON_BINARY=$(find_python3)
17
$PYTHON_BINARY -c "import sys; print(f'Python version found: {sys.version_info}')"
18
19
# Create and activate an isolated python venv environment
20
+set -x
21
$PYTHON_BINARY -m venv venv
22
. venv/bin/activate
23
# Install Poetry
@@ -25,7 +26,7 @@ pip install -U pip "poetry<2"
25
26
poetry lock
27
# Install from pyproject.toml into package specific environment
28
poetry install --with dev --extras mongo
-
29
+set +x
30
31
# Run tests. Sensitive variables in Evergreen come from Evergeen project: ai-ml-pipeline-testing/
32
# shellcheck disable=SC2154
0 commit comments