Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

Commit 27589e1

Browse files
committed
ci: Set python-version
1 parent bf42f13 commit 27589e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- uses: actions/checkout@v4
1616

1717
- uses: actions/setup-python@v5
18+
with:
19+
python-version: '3.13'
20+
cache: 'pip'
1821

1922
- name: Install dependencies
2023
run: pip install --user ruff

0 commit comments

Comments
 (0)