add some backend cache tests

This commit is contained in:
Alok Saldanha
2025-12-01 21:29:24 -05:00
parent 54aacab276
commit c92fe18ee7
3 changed files with 338 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ jobs:
eval "$(conda shell.bash hook)"
conda activate cellxgene-gateway
python setup.py install
pip install -r requirements-test.txt
- name: Run tests
run: |