Skip to content

Commit 9967cd6

Browse files
committed
experiment! python
1 parent 799f862 commit 9967cd6

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
@@ -81,7 +81,9 @@ jobs:
8181
- name: Install the OS-level tools
8282
if: >-
8383
matrix.container != ''
84-
run: apt update --yes && apt install --yes cargo
84+
run: >-
85+
apt update --yes &&
86+
apt install --yes cargo python3 python-is-python3
8587
- name: Install the packaging-related tools
8688
run: python3 -m pip install build twine --prefer-binary
8789
env:

0 commit comments

Comments
 (0)