From a63bf9d5a35d5e74494c8f64ea2e019ea65eb765 Mon Sep 17 00:00:00 2001 From: maniarathi Date: Wed, 16 Sep 2020 14:46:59 -0700 Subject: [PATCH] Change psycopg to be binary (#1842) --- .github/workflows/compatibility_tests.yml | 1 + server/requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compatibility_tests.yml b/.github/workflows/compatibility_tests.yml index bd3c41e8..f0e55f38 100644 --- a/.github/workflows/compatibility_tests.yml +++ b/.github/workflows/compatibility_tests.yml @@ -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] diff --git a/server/requirements-dev.txt b/server/requirements-dev.txt index 0fb57ce8..0882128a 100644 --- a/server/requirements-dev.txt +++ b/server/requirements-dev.txt @@ -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