mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-15 20:57:56 +08:00
Change psycopg to be binary (#1842)
This commit is contained in:
1
.github/workflows/compatibility_tests.yml
vendored
1
.github/workflows/compatibility_tests.yml
vendored
@@ -25,6 +25,7 @@ jobs:
|
||||
cellxgene-main-with-python-and-anndata-versions:
|
||||
name: python versions x anndata versions
|
||||
runs-on: ubuntu-latest
|
||||
continue-on-error: true
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.6, 3.7, 3.8]
|
||||
|
||||
@@ -3,7 +3,7 @@ black
|
||||
bumpversion>=0.5
|
||||
codecov>=2.0.15
|
||||
parameterized>=0.7.0
|
||||
psycopg2==2.7.7
|
||||
psycopg2-binary>=2.8.5
|
||||
pytest>=3.6.3
|
||||
python-jose>=3.2.0
|
||||
scanpy>=1.4.6
|
||||
|
||||
Reference in New Issue
Block a user