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:
parent
46462b4f01
commit
41dda6fd01
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -14,8 +14,6 @@ jobs:
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: psycopg2 prerequisites
|
|
||||||
run: sudo apt-get install python-dev libpq-dev
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
env:
|
env:
|
||||||
VIRTUAL_ENV: ./venv
|
VIRTUAL_ENV: ./venv
|
||||||
|
@ -53,8 +51,6 @@ jobs:
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: psycopg2 prerequisites
|
|
||||||
run: sudo apt-get install python-dev libpq-dev
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
env:
|
env:
|
||||||
VIRTUAL_ENV: ./venv
|
VIRTUAL_ENV: ./venv
|
||||||
|
|
|
@ -25,7 +25,7 @@ loguru==0.6.0
|
||||||
markupsafe==2.0.1
|
markupsafe==2.0.1
|
||||||
marshmallow==3.13.0
|
marshmallow==3.13.0
|
||||||
outcome==1.1.0
|
outcome==1.1.0
|
||||||
psycopg2==2.9.3
|
psycopg2-binary==2.9.1
|
||||||
pycryptodomex==3.14.1
|
pycryptodomex==3.14.1
|
||||||
pydantic==1.8.2
|
pydantic==1.8.2
|
||||||
pypng==0.0.21
|
pypng==0.0.21
|
||||||
|
|
Loading…
Reference in New Issue
Block a user