We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9967cd6 commit e27955eCopy full SHA for e27955e
.github/workflows/reusable-smoke-test.yml
@@ -83,7 +83,7 @@ jobs:
83
matrix.container != ''
84
run: >-
85
apt update --yes &&
86
- apt install --yes cargo python3 python-is-python3
+ apt install --yes cargo python3 python3-pip python-is-python3
87
- name: Install the packaging-related tools
88
run: python3 -m pip install build twine --prefer-binary
89
env:
0 commit comments