Skip to content

Commit 7e209da

Browse files
committed
try again
1 parent 534c24b commit 7e209da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docarray/run.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ set -x
2121
$PYTHON_BINARY -m venv venv
2222
. venv/bin/activate
2323
# Install Poetry
24-
pip install -U pip "poetry<2"
24+
pip install -U pip poetry
2525
# Recreate the poetry lock file
26-
poetry lock
26+
# poetry lock
2727
# Install from pyproject.toml into package specific environment
2828
poetry install --with dev --extras mongo
2929
set +x

0 commit comments

Comments
 (0)