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 799f862 commit 9967cd6Copy full SHA for 9967cd6
.github/workflows/reusable-smoke-test.yml
@@ -81,7 +81,9 @@ jobs:
81
- name: Install the OS-level tools
82
if: >-
83
matrix.container != ''
84
- run: apt update --yes && apt install --yes cargo
+ run: >-
85
+ apt update --yes &&
86
+ apt install --yes cargo python3 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