From 8e3acb3be3d4c8086184c1b8bd2fdacde0edeeda Mon Sep 17 00:00:00 2001 From: James Kent Date: Fri, 24 May 2024 11:53:42 -0500 Subject: [PATCH] remove surperfluous extension --- .github/workflows/workflow.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 2acaf7ed..d8d6bbc7 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -242,10 +242,6 @@ jobs: docker compose exec -T \ compose_pgsql \ psql -U postgres -c "create database test_db" - - docker compose exec -T \ - store_pgsql \ - psql -U postgres -c "CREATE EXTENSION IF NOT EXISTS vector;" - name: Backend Tests env: