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 99a65bb commit 6620e58Copy full SHA for 6620e58
.circleci/config.yml
@@ -334,6 +334,7 @@ commands:
334
git clone -b feature/callback git@github.com:RedisLabsModules/redisbench-admin.git --depth=1
335
cd redisbench-admin
336
curl -sSL https://install.python-poetry.org | python3 -
337
+ export PATH="/root/.local/bin:$PATH"
338
poetry config virtualenvs.create false
339
poetry install
340
echo "IyEvdXNyL2xvY2FsL2Jpbi9weXRob24KIyAtKi0gY29kaW5nOiB1dGYtOCAtKi0KaW1wb3J0IHJlCmltcG9ydCBzeXMKZnJvbSByZWRpc2JlbmNoX2FkbWluLmNsaSBpbXBvcnQgbWFpbgoKaWYgX19uYW1lX18gPT0gIl9fbWFpbl9fIjoKICAgIHN5cy5hcmd2WzBdID0gcmUuc3ViKHIiKC1zY3JpcHRcLnB5d3xcLmV4ZSk/JCIsICIiLCBzeXMuYXJndlswXSkKICAgIHN5cy5leGl0KG1haW4oKSkK" | base64 -d > run.py
0 commit comments