Skip to content

Commit 186294a

Browse files
committed
Don't install tempest globally
1 parent 17902de commit 186294a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ runs:
5151
SERVICE_PASSWORD=secret
5252
SWIFT_HASH=1234123412341234
5353
LOGFILE=${{ inputs.log_dir }}/devstack.log
54-
USE_PYTHON3="True"
54+
USE_PYTHON3=True
55+
INSTALL_TEMPEST=False
5556
EOF
5657
# horizon does not work in github action, permission error
5758
# dstat log takes too much memory to be stored by log artifacts

0 commit comments

Comments
 (0)