From 41dda6fd01d0c7d6a3ad20bcf2b9bbb33744b2c7 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Mon, 11 Jul 2022 16:18:28 +0100 Subject: [PATCH] Revert "Fixed psycopg2 error on aarch64" (#729) * Revert "Fixed psycopg2 error on aarch64 (#658)" This reverts commit 8a20b779dfeeba3b3258029542b62cbc29747bca. * remove psycopg from build pipeline Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com> --- .github/workflows/tests.yml | 4 ---- requirements.txt | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2683b45e0..167ec8fd7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,8 +14,6 @@ jobs: uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - - name: psycopg2 prerequisites - run: sudo apt-get install python-dev libpq-dev - name: Install dependencies env: VIRTUAL_ENV: ./venv @@ -53,8 +51,6 @@ jobs: uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - - name: psycopg2 prerequisites - run: sudo apt-get install python-dev libpq-dev - name: Install dependencies env: VIRTUAL_ENV: ./venv diff --git a/requirements.txt b/requirements.txt index a31e80708..8359456ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ loguru==0.6.0 markupsafe==2.0.1 marshmallow==3.13.0 outcome==1.1.0 -psycopg2==2.9.3 +psycopg2-binary==2.9.1 pycryptodomex==3.14.1 pydantic==1.8.2 pypng==0.0.21