Skip to content

Commit de68b37

Browse files
committed
experiment! setup-python
1 parent afb72d9 commit de68b37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/reusable-smoke-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ jobs:
8383
matrix.container != ''
8484
run: >-
8585
apt update --yes &&
86-
apt install --yes cargo python3 python3-pip python-is-python3
86+
apt install --yes cargo
87+
- name: Ensure Python is there
88+
uses: actions/setup-python@v5
8789
- name: Install the packaging-related tools
8890
run: python3 -m pip install build twine --prefer-binary --user
8991
env:

0 commit comments

Comments
 (0)