We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4244e4d commit 7464dd8Copy full SHA for 7464dd8
2 files changed
tests/configure-test-env.ps1
@@ -28,7 +28,7 @@ If ( $py -and $python) {
28
Write-Host -ForegroundColor red "No uv found in PATH - Install uv please: https://docs.astral.sh/uv/getting-started/installation/"
29
}
30
# install from lockfile
31
- uv sync
+ uv sync --frozen
32
$uv=$true
33
34
tests/configure-test-env.sh
@@ -32,7 +32,7 @@ then
if [ -z $uv_exist ]
echo "Setting up python environnement with uv"
# create or sync the virtual env in the project
35
36
then
37
echo "No uv found - Install uv please: https://docs.astral.sh/uv/getting-started/installation/"
38
fi
0 commit comments