Skip to content

Commit

Permalink
update postgres client in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
copelco committed Jan 14, 2025
1 parent c2b0b39 commit 059ba88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update
sudo apt install -y --no-install-recommends postgresql-client-14
sudo apt install -y --no-install-recommends postgresql-client
python -m pip install pip-tools
pip-sync requirements/base/base.txt requirements/dev/dev.txt requirements/test/test.txt
- name: Create NC database
Expand Down

0 comments on commit 059ba88

Please sign in to comment.