Skip to content

Commit 80d81c5

Browse files
committed
Also group virtualenv setup
1 parent 024e8d4 commit 80d81c5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

ci-support.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,12 @@ print_status_message()
219219
220220
221221
create_and_set_up_virtualenv()
222+
{
223+
with_output_group "virtualenv" create_and_set_up_virtualenv_inner
224+
}
225+
226+
227+
create_and_set_up_virtualenv_inner()
222228
{
223229
${PY_EXE} -m venv .env
224230
. .env/bin/activate

0 commit comments

Comments
 (0)