Skip to content

Commit 99a65bb

Browse files
change poetry install
1 parent 1d29610 commit 99a65bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ commands:
333333
./deps/readies/bin/getpy3
334334
git clone -b feature/callback git@github.com:RedisLabsModules/redisbench-admin.git --depth=1
335335
cd redisbench-admin
336-
pip install poetry
336+
curl -sSL https://install.python-poetry.org | python3 -
337337
poetry config virtualenvs.create false
338338
poetry install
339339
echo "IyEvdXNyL2xvY2FsL2Jpbi9weXRob24KIyAtKi0gY29kaW5nOiB1dGYtOCAtKi0KaW1wb3J0IHJlCmltcG9ydCBzeXMKZnJvbSByZWRpc2JlbmNoX2FkbWluLmNsaSBpbXBvcnQgbWFpbgoKaWYgX19uYW1lX18gPT0gIl9fbWFpbl9fIjoKICAgIHN5cy5hcmd2WzBdID0gcmUuc3ViKHIiKC1zY3JpcHRcLnB5d3xcLmV4ZSk/JCIsICIiLCBzeXMuYXJndlswXSkKICAgIHN5cy5leGl0KG1haW4oKSkK" | base64 -d > run.py

0 commit comments

Comments
 (0)