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 1d29610 commit 99a65bbCopy full SHA for 99a65bb
.circleci/config.yml
@@ -333,7 +333,7 @@ commands:
333
./deps/readies/bin/getpy3
334
git clone -b feature/callback git@github.com:RedisLabsModules/redisbench-admin.git --depth=1
335
cd redisbench-admin
336
- pip install poetry
+ curl -sSL https://install.python-poetry.org | python3 -
337
poetry config virtualenvs.create false
338
poetry install
339
echo "IyEvdXNyL2xvY2FsL2Jpbi9weXRob24KIyAtKi0gY29kaW5nOiB1dGYtOCAtKi0KaW1wb3J0IHJlCmltcG9ydCBzeXMKZnJvbSByZWRpc2JlbmNoX2FkbWluLmNsaSBpbXBvcnQgbWFpbgoKaWYgX19uYW1lX18gPT0gIl9fbWFpbl9fIjoKICAgIHN5cy5hcmd2WzBdID0gcmUuc3ViKHIiKC1zY3JpcHRcLnB5d3xcLmV4ZSk/JCIsICIiLCBzeXMuYXJndlswXSkKICAgIHN5cy5leGl0KG1haW4oKSkK" | base64 -d > run.py
0 commit comments