File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,17 @@ jobs:
4444
4545 - uses : astral-sh/setup-uv@v5
4646 with :
47- version : " 0.7.2 "
47+ version : " 0.9.7 "
4848 enable-cache : true
49- cache-dependency-glob : " uv.lock"
49+ cache-dependency-glob : |
50+ "pyproject.toml"
51+ "uv.lock"
5052
5153 - run : uv venv
5254
55+ # ensure uv.lock doesnt contain anything not in pyproject.toml
56+ - run : uv lock --check
57+
5358 - name : Install the project
5459 run : uv sync
5560
@@ -161,9 +166,11 @@ jobs:
161166
162167 - uses : astral-sh/setup-uv@v5
163168 with :
164- version : " 0.7.2 "
169+ version : " 0.9.7 "
165170 enable-cache : true
166- cache-dependency-glob : " uv.lock"
171+ cache-dependency-glob : |
172+ "pyproject.toml"
173+ "uv.lock"
167174
168175 - run : uv venv --python ${{ matrix.python }}
169176
You can’t perform that action at this time.
0 commit comments