Skip to content

Commit 68a2c9f

Browse files
committed
ci: provision Python before installing dependencies
1 parent 692b1cb commit 68a2c9f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
timeout-minutes: 20
1414
steps:
1515
- uses: actions/checkout@v4
16+
- uses: actions/setup-python@v6
17+
with:
18+
python-version: "3.11"
1619
- uses: astral-sh/setup-uv@v6
1720
with:
1821
python-version: "3.11"

0 commit comments

Comments
 (0)