forked from repo-mirrors/cnpg-postgres-containers
ci: pin pip version (#171)
Pip 25.1 breaks the creation of the requirements.txt. Pin to a lower version. Closes #169 Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
This commit is contained in:
committed by
GitHub
parent
af540b2c7d
commit
2ebeecec48
6
.github/workflows/update.yml
vendored
6
.github/workflows/update.yml
vendored
@@ -29,7 +29,8 @@ jobs:
|
|||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
command: |
|
command: |
|
||||||
# pip-tools provides pip-compile used by update.sh
|
# pip-tools provides pip-compile used by update.sh
|
||||||
pip3 install --upgrade pip-tools pip
|
# TODO: Pinning pip due to https://github.com/jazzband/pip-tools/issues/2176, remove when fixed
|
||||||
|
pip3 install --upgrade pip-tools pip\<25.1
|
||||||
export PATH=$HOME/.local/bin:$PATH
|
export PATH=$HOME/.local/bin:$PATH
|
||||||
echo "Updating Debian bullseye images"
|
echo "Updating Debian bullseye images"
|
||||||
./Debian/update.sh -d bullseye
|
./Debian/update.sh -d bullseye
|
||||||
@@ -45,7 +46,8 @@ jobs:
|
|||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
command: |
|
command: |
|
||||||
# pip-tools provides pip-compile used by update.sh
|
# pip-tools provides pip-compile used by update.sh
|
||||||
pip3 install --upgrade pip-tools pip
|
# TODO: Pinning pip due to https://github.com/jazzband/pip-tools/issues/2176, remove when fixed
|
||||||
|
pip3 install --upgrade pip-tools pip\<25.1
|
||||||
export PATH=$HOME/.local/bin:$PATH
|
export PATH=$HOME/.local/bin:$PATH
|
||||||
echo "Updating Debian bookworm images"
|
echo "Updating Debian bookworm images"
|
||||||
./Debian/update.sh -d bookworm
|
./Debian/update.sh -d bookworm
|
||||||
|
Reference in New Issue
Block a user