Skip to content

Commit 75b2b7d

Browse files
committed
Setup proper Python version in the main CI workflow
1 parent 701a12f commit 75b2b7d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ jobs:
5151
toolchain: stable
5252
components: clippy
5353

54+
- name: Setup Python
55+
uses: actions/setup-python@v5
56+
with:
57+
python-version: '3.9'
58+
5459
- name: restore cache
5560
uses: Swatinem/rust-cache@v2
5661

0 commit comments

Comments
 (0)