mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
chore(🤖): bump python "alembic==1.13.1" (#27650)
Co-authored-by: Maxime Beauchemin <maximebeauchemin@gmail.com> Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
committed by
GitHub
parent
a19398445b
commit
4720b4f0e6
1
.github/actions/setup-backend/action.yml
vendored
1
.github/actions/setup-backend/action.yml
vendored
@@ -24,6 +24,7 @@ runs:
|
||||
cache: ${{ inputs.cache }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update && sudo apt-get -y install libldap2-dev libsasl2-dev
|
||||
pip install --upgrade pip setuptools wheel
|
||||
if [ "${{ inputs.requirements-type }}" = "dev" ]; then
|
||||
pip install -r requirements/development.txt
|
||||
|
||||
Reference in New Issue
Block a user