diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index 73a58a6f0..f30a8031c 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -71,4 +71,5 @@ jobs: env: DB_ENGINE: postgres run: | + pip install --no-cache-dir "psycopg2-binary==2.8.6" make test-all