From 1efabe6260992da81bcae65f1e751bd5000381c0 Mon Sep 17 00:00:00 2001 From: femalves Date: Mon, 15 Apr 2024 12:36:13 -0400 Subject: [PATCH] changing psycopg --- .github/workflows/python_actions.yaml | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python_actions.yaml b/.github/workflows/python_actions.yaml index cb7c1f8..930a9a5 100644 --- a/.github/workflows/python_actions.yaml +++ b/.github/workflows/python_actions.yaml @@ -41,8 +41,8 @@ jobs: run: | pip install --upgrade pip pip install setuptools==57.5.0 - pip install -r requirements.txt --verbose - pip install -r dev-requirements.txt --verbose + pip install -r requirements.txt --no-cache-dir + pip install -r dev-requirements.txt --no-cache-dir - name: Run unittests run: | diff --git a/requirements.txt b/requirements.txt index 545e8b1..654b979 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ Jinja2==2.11.3 MarkupSafe==2.0.1 itsdangerous==2.0.1 Werkzeug==2.0.3 -psycopg2-binary==2.9.3 +psycopg2==2.9.3 opensearch-py==2.0.0 setuptools<58 alembic==1.8.0