Revert "Fixed psycopg2 error on aarch64" (#729)

* Revert "Fixed psycopg2 error on aarch64 (#658)"

This reverts commit 8a20b779df.

* remove psycopg from build pipeline

Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com>
This commit is contained in:
Arc 2022-07-11 16:18:28 +01:00 committed by GitHub
parent 46462b4f01
commit 41dda6fd01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -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

View File

@ -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