Skip to content

Commit

Permalink
fix(CI): Install python3-wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek authored Jan 29, 2024
1 parent e95477d commit f9f2f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ repoupdate:
# SSH
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
- apt-get update -y
- apt-get install twine python3-setuptools -y
- apt-get install twine python3-setuptools python3-wheel -y
- eval $(ssh-agent -s)
- ssh-add <(echo "$SSH_PRIVATE_KEY")
- mkdir -p ~/.ssh
Expand Down

0 comments on commit f9f2f76

Please sign in to comment.