Skip to content

Commit 9ffcc61

Browse files
committed
chore: track uv.lock and enforce --locked in CI
1 parent 8b3441f commit 9ffcc61

4 files changed

Lines changed: 871 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
version: "latest"
1818

19-
- run: uv sync
19+
- run: uv sync --locked
2020

2121
- run: uv run ruff check .
2222

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
version: "latest"
3232

33-
- run: uv sync
33+
- run: uv sync --locked
3434
- run: uv run ruff check .
3535
- run: uv run pyright runware
3636
- run: uv run pytest tests/ --ignore=tests/integration

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,3 @@ htmlcov/
2828
.vscode/
2929
.idea/
3030
*.swp
31-
32-
uv.lock

0 commit comments

Comments
 (0)