Skip to content

Commit cd8f100

Browse files
committed
fix: install python via setup-python action in ci
1 parent 216b792 commit cd8f100

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
@@ -20,6 +20,11 @@ jobs:
2020
- name: Checkout repository
2121
uses: actions/checkout@v4
2222

23+
- name: Setup Python
24+
uses: actions/setup-python@v5
25+
with:
26+
python-version: "3.12"
27+
2328
- name: pre-commit tests
2429
uses: pre-commit/action@v3.0.1
2530

0 commit comments

Comments
 (0)