mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-22 04:18:11 +08:00
Fix dependency issues in compatibility tests (#1951)
* update reqs * pin scanpy * merge in fix for race conditions
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
||||
continue-on-error: true
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.6, 3.7, 3.8]
|
||||
python-version: [3.6, 3.7] # As of Oct 2020 Anndata is not compatible with 3.8
|
||||
anndata-version: [0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.7.4]
|
||||
test-suite: [smoke-test, smoke-test-annotations]
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user