We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac9a6f commit 2ee38eeCopy full SHA for 2ee38ee
1 file changed
.github/workflows/ci.yml
@@ -46,6 +46,7 @@ jobs:
46
run: |
47
(cd third_party && git clone -b develop --single-branch --depth 1 https://github.com/userver-framework/userver.git)
48
sudo apt update
49
+ sudo apt purge -y libpq5 libpq-dev postgresql-*
50
sudo apt install --allow-downgrades -y postgresql $(cat third_party/userver/scripts/docs/en/deps/${{matrix.os}}.md | tr '\n' ' ')
51
python3 -m pip install -r requirements.txt
52
0 commit comments