Skip to content

Commit

Permalink
Also group virtualenv setup
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Mar 5, 2025
1 parent 024e8d4 commit 80d81c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci-support.sh
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,12 @@ print_status_message()
create_and_set_up_virtualenv()
{
with_output_group "virtualenv" create_and_set_up_virtualenv_inner
}
create_and_set_up_virtualenv_inner()
{
${PY_EXE} -m venv .env
. .env/bin/activate
Expand Down

0 comments on commit 80d81c5

Please sign in to comment.