We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4138a4 commit 49a78c5Copy full SHA for 49a78c5
.github/workflows/tests.yml
@@ -50,9 +50,9 @@ jobs:
50
51
- run: uv venv
52
53
- - name: Install the project
54
- run: uv sync
55
-
+ - name: Install the project & ensure uv.lock doesnt contain anything not in pyproject.toml
+ run: uv sync && uv lock --check
+
56
# any local changes would make hatch-vcs set a "local version" (+dev0...), so we ignore any uv.lock updates:
57
- run: git update-index --assume-unchanged uv.lock
58
0 commit comments