Skip to content

Commit 71a1a3f

Browse files
committed
build: support uv.lock
1 parent e1dc87c commit 71a1a3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vars/runJenkinsPipeline.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def call(){
5353
UV_TOOL_DIR='/tmp/uvtools'
5454
UV_PYTHON_INSTALL_DIR='/tmp/uvpython'
5555
UV_CACHE_DIR='/tmp/uvcache'
56+
UV_FROZEN=1
5657
}
5758
steps {
5859
sh (
@@ -103,6 +104,7 @@ def call(){
103104
UV_TOOL_DIR='/tmp/uvtools'
104105
UV_PYTHON_INSTALL_DIR='/tmp/uvpython'
105106
UV_CACHE_DIR='/tmp/uvcache'
107+
UV_FROZEN=1
106108
}
107109
stages{
108110
stage('Setup Testing Environment'){

0 commit comments

Comments
 (0)