Skip to content

Commit 2ee38ee

Browse files
authored
Update ci.yml
1 parent 9ac9a6f commit 2ee38ee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
run: |
4747
(cd third_party && git clone -b develop --single-branch --depth 1 https://github.com/userver-framework/userver.git)
4848
sudo apt update
49+
sudo apt purge -y libpq5 libpq-dev postgresql-*
4950
sudo apt install --allow-downgrades -y postgresql $(cat third_party/userver/scripts/docs/en/deps/${{matrix.os}}.md | tr '\n' ' ')
5051
python3 -m pip install -r requirements.txt
5152

0 commit comments

Comments
 (0)