From 158d24545a1d2619e8d8b554097dba871dc44e98 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Thu, 4 Sep 2025 10:30:08 -0700 Subject: [PATCH] also have to add postgres to the container for pg_isready --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index 9a51cb7b7..53d15b366 100644 --- a/environment.yml +++ b/environment.yml @@ -18,3 +18,4 @@ dependencies: - conda-forge::libhiredis=1.3.0 - conda-forge::nlohmann_json=3.12.0 - conda-forge::jemalloc=5.3.0 + - conda-forge::postgresql=17.6