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:
github-actions[bot]
2024-03-25 23:03:47 -07:00
committed by GitHub
parent a19398445b
commit 4720b4f0e6
5 changed files with 3 additions and 33 deletions

View File

@@ -31,20 +31,6 @@ say() {
fi
}
# default command to run when the `run` input is empty
default-setup-command() {
apt-get-install
pip-upgrade
}
apt-get-install() {
say "::group::apt-get install dependencies"
sudo apt-get update && sudo apt-get install --yes \
libsasl2-dev \
libldap2-dev
say "::endgroup::"
}
pip-upgrade() {
say "::group::Upgrade pip"
pip install --upgrade pip