Skip to content

Commit 7876c0b

Browse files
poetry install debug
1 parent f35fe5e commit 7876c0b

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
@@ -335,7 +335,7 @@ commands:
335335
cd redisbench-admin
336336
curl -sSL https://install.python-poetry.org | python3 -
337337
export PATH="/root/.local/bin:$PATH"
338-
poetry install
338+
poetry install -vvv
339339
RUN_TEMPLATE=$(cat \<<END_RUNFILE
340340
#!/usr/bin/env python
341341
# -*- coding: utf-8 -*-

0 commit comments

Comments
 (0)