Skip to content

Commit 30ed969

Browse files
committed
Only checkconfig on the Python used in Docker
1 parent 4e7a254 commit 30ed969

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

.github/workflows/validations.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,10 @@ on:
66

77
jobs:
88
checkconfig:
9-
name: Check buildbot config on Python ${{ matrix.python-version }}
9+
name: buildbot checkconfig
1010
runs-on: ubuntu-slim
11-
12-
strategy:
13-
matrix:
14-
python-version: [ "3.10", "3.x" ]
15-
1611
steps:
1712
- uses: actions/checkout@v4
18-
19-
- name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v5
21-
with:
22-
python-version: ${{ matrix.python-version }}
23-
2413
- uses: astral-sh/setup-uv@v6
2514

2615
- name: Check config
@@ -30,7 +19,7 @@ jobs:
3019
echo "$GITHUB_TOKEN" > secrets/github_token.txt
3120
openssl rand -hex 20 > secrets/halide_bb_pass.txt
3221
openssl rand -hex 20 > secrets/webhook_token.txt
33-
uv run --package master buildbot checkconfig master
22+
uv run --package master --python 3.12 buildbot checkconfig master
3423
3524
uv-lock:
3625
runs-on: ubuntu-slim

0 commit comments

Comments
 (0)