Skip to content

Commit f776828

Browse files
committed
do not install uv it's there
1 parent afbae9b commit f776828

File tree

13 files changed

+0
-13
lines changed

13 files changed

+0
-13
lines changed

services/agent/docker/boot.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2424
command -v python | sed 's/^/ /'
2525

2626
cd services/agent
27-
pip install uv
2827
uv pip --quiet --no-cache-dir sync requirements/dev.txt
2928
cd -
3029
echo "$INFO" "PIP :"

services/api-server/docker/boot.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
1919
command -v python | sed 's/^/ /'
2020

2121
cd services/api-server
22-
pip install uv
2322
uv pip --quiet --no-cache-dir sync requirements/dev.txt
2423
cd -
2524
echo "$INFO" "PIP :"

services/catalog/docker/boot.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
1919
command -v python | sed 's/^/ /'
2020

2121
cd services/catalog
22-
pip install uv
2322
uv pip --quiet --no-cache-dir sync requirements/dev.txt
2423
cd -
2524
echo "$INFO" "PIP :"

services/clusters-keeper/docker/boot.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2424
command -v python | sed 's/^/ /'
2525

2626
cd services/clusters-keeper
27-
pip install uv
2827
uv pip --quiet --no-cache-dir sync requirements/dev.txt
2928
cd -
3029
echo "$INFO" "PIP :"

services/datcore-adapter/docker/boot.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2424
command -v python | sed 's/^/ /'
2525

2626
cd services/datcore-adapter
27-
pip install uv
2827
uv pip --quiet --no-cache-dir sync requirements/dev.txt
2928
cd -
3029
echo "$INFO" "PIP :"

services/director-v2/docker/boot.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2424
command -v python | sed 's/^/ /'
2525

2626
cd services/director-v2
27-
pip install uv
2827
uv pip --quiet --no-cache-dir sync requirements/dev.txt
2928
cd -
3029
echo "$INFO" "PIP :"

services/dynamic-scheduler/docker/boot.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2424
command -v python | sed 's/^/ /'
2525

2626
cd services/dynamic-scheduler
27-
pip install uv
2827
uv pip --quiet --no-cache-dir sync requirements/dev.txt
2928
cd -
3029
echo "$INFO" "PIP :"

services/efs-guardian/docker/boot.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2424
command -v python | sed 's/^/ /'
2525

2626
cd services/efs-guardian
27-
pip install uv
2827
uv pip --quiet --no-cache-dir sync requirements/dev.txt
2928
cd -
3029
echo "$INFO" "PIP :"

services/invitations/docker/boot.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2424
command -v python | sed 's/^/ /'
2525

2626
cd services/invitations
27-
pip install uv
2827
uv pip --quiet --no-cache-dir sync requirements/dev.txt
2928
cd -
3029
echo "$INFO" "PIP :"

services/payments/docker/boot.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2424
command -v python | sed 's/^/ /'
2525

2626
cd services/payments
27-
pip install uv
2827
uv pip --quiet --no-cache-dir sync requirements/dev.txt
2928
cd -
3029
echo "$INFO" "PIP :"

0 commit comments

Comments
 (0)