File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,8 +18,7 @@ default:
1818 interruptible : true
1919 timeout : 60m
2020 before_script :
21- - rm -rf .venv
22- - source iis-setup.sh
21+ - nfslock ${HOME}/uv-ci.lock source iis-setup.sh
2322
2423# #############
2524# Build docs #
Original file line number Diff line number Diff line change @@ -21,10 +21,7 @@ export PATH=$PWD/util/bin:$PATH
2121export PATH=$PWD /target/sim/build/bin:$PATH
2222
2323# We use `uv` for managing python dependencies and environments
24- export PATH=$PATH :/usr/local/uv
25- # Copy instead link packages from global cache, since the cache is typically
26- # located on a different file system (e.g. your home directory).
27- export UV_LINK_MODE=copy
24+ # export PATH=$PATH:/usr/local/uv
2825
2926# Initialize submodules if needed
3027if git submodule status --recursive 2> /dev/null | grep -q ' ^-' ; then
You can’t perform that action at this time.
0 commit comments