Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jan 7, 2025
1 parent 78209e6 commit 534c24b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docarray/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ PYTHON_BINARY=$(find_python3)
$PYTHON_BINARY -c "import sys; print(f'Python version found: {sys.version_info}')"

# Create and activate an isolated python venv environment
set -x
$PYTHON_BINARY -m venv venv
. venv/bin/activate
# Install Poetry
Expand All @@ -25,7 +26,7 @@ pip install -U pip "poetry<2"
poetry lock
# Install from pyproject.toml into package specific environment
poetry install --with dev --extras mongo

set +x

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

0 comments on commit 534c24b

Please sign in to comment.