Skip to content

Commit 7816045

Browse files
committed
attempt install python
1 parent cf0b94d commit 7816045

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
@@ -11,5 +11,10 @@ jobs:
1111
- name: Install uv
1212
uses: astral-sh/setup-uv@v5
1313

14+
- name: "Set up Python"
15+
uses: actions/setup-python@v5
16+
with:
17+
python-version-file: ".python-version"
18+
1419
- name: "Run tests"
1520
run: uv run pytest

0 commit comments

Comments
 (0)