From 059ba889b4f22a006041ca928a90294f4c4bfa60 Mon Sep 17 00:00:00 2001 From: Colin Copeland Date: Tue, 14 Jan 2025 12:11:31 -0500 Subject: [PATCH] update postgres client in tests --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2972d2c3..4720875c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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