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 afb72d9 commit de68b37Copy full SHA for de68b37
.github/workflows/reusable-smoke-test.yml
@@ -83,7 +83,9 @@ jobs:
83
matrix.container != ''
84
run: >-
85
apt update --yes &&
86
- apt install --yes cargo python3 python3-pip python-is-python3
+ apt install --yes cargo
87
+ - name: Ensure Python is there
88
+ uses: actions/setup-python@v5
89
- name: Install the packaging-related tools
90
run: python3 -m pip install build twine --prefer-binary --user
91
env:
0 commit comments