mirror of
https://github.com/apache/superset.git
synced 2026-04-18 07:35:09 +00:00
chore: deprecate pip-compile-multi in favor or uv (#31313)
This commit is contained in:
committed by
GitHub
parent
88cde7225e
commit
9da65d6bfd
3
.github/actions/setup-backend/action.yml
vendored
3
.github/actions/setup-backend/action.yml
vendored
@@ -44,10 +44,13 @@ runs:
|
||||
if [ "${{ inputs.install-superset }}" = "true" ]; then
|
||||
sudo apt-get update && sudo apt-get -y install libldap2-dev libsasl2-dev
|
||||
pip install --upgrade pip setuptools wheel uv
|
||||
|
||||
if [ "${{ inputs.requirements-type }}" = "dev" ]; then
|
||||
uv pip install --system -r requirements/development.txt
|
||||
elif [ "${{ inputs.requirements-type }}" = "base" ]; then
|
||||
uv pip install --system -r requirements/base.txt
|
||||
fi
|
||||
|
||||
uv pip install --system -e .
|
||||
fi
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user