Skip to content

Commit 78209e6

Browse files
committed
pin poetry in docarray
1 parent b480385 commit 78209e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docarray/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $PYTHON_BINARY -c "import sys; print(f'Python version found: {sys.version_info}'
2020
$PYTHON_BINARY -m venv venv
2121
. venv/bin/activate
2222
# Install Poetry
23-
pip install -U pip poetry
23+
pip install -U pip "poetry<2"
2424
# Recreate the poetry lock file
2525
poetry lock
2626
# Install from pyproject.toml into package specific environment

0 commit comments

Comments
 (0)