We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b480385 commit 78209e6Copy full SHA for 78209e6
docarray/run.sh
@@ -20,7 +20,7 @@ $PYTHON_BINARY -c "import sys; print(f'Python version found: {sys.version_info}'
20
$PYTHON_BINARY -m venv venv
21
. venv/bin/activate
22
# Install Poetry
23
-pip install -U pip poetry
+pip install -U pip "poetry<2"
24
# Recreate the poetry lock file
25
poetry lock
26
# Install from pyproject.toml into package specific environment
0 commit comments