Skip to content

Commit e1e273f

Browse files
committed
Fixup Python dep
1 parent ef062e8 commit e1e273f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/kani.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,12 @@ jobs:
156156
with:
157157
submodules: true
158158

159+
# The Kani metrics collection uses a Python script (kani_std_analysis.py), so make sure Python is installed
160+
- name: Set up Python
161+
uses: actions/setup-python@v4
162+
with:
163+
python-version: '3.x'
164+
159165
# Step 2: Run list on the std library
160166
- name: Run Kani Metrics
161167
run: |

0 commit comments

Comments
 (0)