Skip to content

Commit 9509200

Browse files
committed
Fix ty
1 parent 40c4457 commit 9509200

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/validations.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ jobs:
3333
uv run --package master buildbot checkconfig master
3434
3535
uv-lock:
36-
name: Check worker dependencies are consistent with pyproject.toml
3736
runs-on: ubuntu-slim
38-
3937
steps:
4038
- uses: actions/checkout@v4
4139
- uses: astral-sh/setup-uv@v6
@@ -61,7 +59,9 @@ jobs:
6159
- uses: astral-sh/setup-uv@v6
6260

6361
- name: Type-check master config
64-
run: uv run --package master ty check --error-on-warning master/master.cfg master/custom_steps.py
62+
run: |
63+
uv sync --package master
64+
uv run --package master ty check --error-on-warning master/master.cfg master/custom_steps.py
6565
6666
bandit:
6767
runs-on: ubuntu-slim

0 commit comments

Comments
 (0)