Skip to content

Commit 7358636

Browse files
committed
Install testing packs with Python 3
1 parent ad81007 commit 7358636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/setup_e2e_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ if [ -f st2tests/conf/st2.ci.conf ]; then
127127
fi
128128

129129
sudo cp -R /usr/share/doc/st2/examples /opt/stackstorm/packs/
130-
st2 run packs.setup_virtualenv packs=examples,tests,asserts,fixtures,webui,chatops_tests
130+
st2 run packs.setup_virtualenv python3=true packs=examples,tests,asserts,fixtures,webui,chatops_tests
131131
st2ctl reload --register-all
132132

133133
cd st2tests

0 commit comments

Comments
 (0)