File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77jobs :
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
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
You can’t perform that action at this time.
0 commit comments