Skip to content

Commit f4e1f41

Browse files
committed
chore(CI): Add python3-venv to deploy
1 parent 9ac9ea4 commit f4e1f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ repoupdate:
9090
# SSH
9191
- 'which ssh-agent || ( apt update --yes && apt install openssh-client --yes )'
9292
- apt update --yes
93-
- apt install twine python3-setuptools python3-wheel python3-build --yes
93+
- apt install twine python3-setuptools python3-wheel python3-build python3-venv --yes
9494
- eval $(ssh-agent -s)
9595
- ssh-add <(echo "$SSH_PRIVATE_KEY")
9696
- mkdir -p ~/.ssh

0 commit comments

Comments
 (0)