From 11a1f5aa47f99649683131793915375fe4266824 Mon Sep 17 00:00:00 2001 From: funilrys Date: Sun, 27 Oct 2024 00:17:06 +0200 Subject: [PATCH] ci: Update psycopg2 dependency. --- .github/workflows/branches.yml | 2 +- .github/workflows/dev.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index afed82b3..784e09c7 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -261,7 +261,7 @@ jobs: run: | pip install --upgrade pip pip install -r requirements.txt - pip install tox psycopg2 + pip install tox psycopg2-binary - name: Run PyFunceble as defined by tox_run_postgresql.ini run: tox -c tox_run_postgresql.ini diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 9adff3e1..98296b78 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -289,7 +289,7 @@ jobs: run: | pip install --upgrade pip pip install -r requirements.txt - pip install tox psycopg2 + pip install tox psycopg2-binary - name: Run PyFunceble as defined by tox_run_postgresql.ini run: tox -c tox_run_postgresql.ini