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 de68b37 commit 3303c42Copy full SHA for 3303c42
.github/workflows/reusable-smoke-test.yml
@@ -86,6 +86,8 @@ jobs:
86
apt install --yes cargo
87
- name: Ensure Python is there
88
uses: actions/setup-python@v5
89
+ with:
90
+ python-version: 3.x
91
- name: Install the packaging-related tools
92
run: python3 -m pip install build twine --prefer-binary --user
93
env:
0 commit comments