Skip to content

Commit

Permalink
Merge branch 'master' into buy-credits
Browse files Browse the repository at this point in the history
  • Loading branch information
ignapas committed Feb 28, 2024
2 parents c9dd136 + ca095fd commit 6a65a27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/postgres-database/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def read_reqs(reqs_path: Path) -> set[str]:
"console_scripts": [
"simcore-service-postgres-database=simcore_postgres_database.cli:main",
"sc-pg=simcore_postgres_database.cli:main",
"simcore-service=simcore_postgres_database.cli:main",
]
},
"zip_safe": False,
Expand Down
5 changes: 2 additions & 3 deletions services/dynamic-sidecar/docker/boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
python --version | sed 's/^/ /'
command -v python | sed 's/^/ /'

cd services/dynamic-sidecar || exit 1
pip install uv
uv pip --quiet --no-cache-dir install -r requirements/dev.txt
# NOTE: uv does not like this requirement file...
pip --quiet --no-cache-dir install -r requirements/dev.txt
cd - || exit 1
echo "$INFO" "PIP :"
pip list | sed 's/^/ /'
Expand Down

0 comments on commit 6a65a27

Please sign in to comment.