We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 534c24b commit 7e209daCopy full SHA for 7e209da
docarray/run.sh
@@ -21,9 +21,9 @@ set -x
21
$PYTHON_BINARY -m venv venv
22
. venv/bin/activate
23
# Install Poetry
24
-pip install -U pip "poetry<2"
+pip install -U pip poetry
25
# Recreate the poetry lock file
26
-poetry lock
+# poetry lock
27
# Install from pyproject.toml into package specific environment
28
poetry install --with dev --extras mongo
29
set +x
0 commit comments