Skip to content

Commit ad81007

Browse files
committed
Use Python 3 venv module to create venv
1 parent b0dfc8b commit ad81007

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
@@ -131,7 +131,7 @@ st2 run packs.setup_virtualenv packs=examples,tests,asserts,fixtures,webui,chato
131131
st2ctl reload --register-all
132132

133133
cd st2tests
134-
virtualenv --no-download venv
134+
python3 -m venv venv
135135
. venv/bin/activate
136136
${PIP} install -r test-requirements.txt
137137

0 commit comments

Comments
 (0)