forked from repo-mirrors/cnpg-postgres-containers
fix: pin a barman compatible google-api-core release (#31)
This will be reverted once barman removes the 'protobuf<3.18' requirement Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
This commit is contained in:
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
max_attempts: 3
|
||||
command: |
|
||||
# pip-tools provides pip-compile used by update.sh
|
||||
pip3 install --upgrade pip-tools
|
||||
pip3 install --upgrade pip-tools pip
|
||||
export PATH=$HOME/.local/bin:$PATH
|
||||
echo "Updating Debian images"
|
||||
./Debian/update.sh
|
||||
@@ -51,4 +51,4 @@ jobs:
|
||||
with:
|
||||
access_token: ${{ secrets.REPO_GHA_PAT }}
|
||||
branch: main
|
||||
enforce_admins: ${{ steps.disable_include_admins.outputs.initial_status }}
|
||||
enforce_admins: ${{ steps.disable_include_admins.outputs.initial_status }}
|
||||
|
Reference in New Issue
Block a user