Skip to content

Commit 0c8acb3

Browse files
committed
remove uv.lock from git and use uv in ci
1 parent 880e9ed commit 0c8acb3

3 files changed

Lines changed: 4 additions & 802 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,4 @@ dmypy.json
125125
/venv*
126126
pip-wheel-metadata
127127
local
128+
uv.lock

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
include:
22
project: mnt/ci
33
file: modules/python.yaml
4+
inputs:
5+
python-version: 3.12-slim
6+
package-manager: uv

0 commit comments

Comments
 (0)