Skip to content

Commit 0cbab3e

Browse files
committed
ci: set up python for lint job
1 parent bfc731c commit 0cbab3e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323

24+
- uses: actions/setup-python@v5
25+
with:
26+
python-version: ${{ env.PYTHON_VERSION }}
27+
2428
- uses: astral-sh/setup-uv@v6
2529
with:
2630
enable-cache: true
@@ -81,4 +85,3 @@ jobs:
8185
- name: Run Go tests
8286
if: hashFiles('go.mod') != ''
8387
run: go test ./...
84-

0 commit comments

Comments
 (0)