Skip to content

Commit

Permalink
install python3-virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Dec 17, 2024
1 parent 7dcc870 commit 68e91a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ steps:
apt-get update
apt-get -y install \
docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin \
maven
maven python3-virtualenv
# Install python dependencies
python3 -m venv .venv
source .venv/bin/activate
Expand Down

0 comments on commit 68e91a5

Please sign in to comment.