From 3e287ad8437eb49bed74f5a03ac2c8bf3f6d7af3 Mon Sep 17 00:00:00 2001 From: Isaac Virshup Date: Thu, 6 Jun 2024 21:18:59 +0000 Subject: [PATCH] nvm --- .github/workflows/py-unittests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/py-unittests.yml b/.github/workflows/py-unittests.yml index 15aa924aa..a11c6d24c 100644 --- a/.github/workflows/py-unittests.yml +++ b/.github/workflows/py-unittests.yml @@ -40,7 +40,7 @@ jobs: python -m pip install -U pip setuptools wheel pip install --use-pep517 accumulation-tree # Geneformer dependency needs --use-pep517 for Cython GIT_CLONE_PROTECTION_ACTIVE=false pip install -r ./api/python/cellxgene_census/scripts/requirements-dev.txt - pip install -e './api/python/cellxgene_census/[experimental]' "pyarrow~=14.0" # TODO: remove pyarrow specification + pip install -e './api/python/cellxgene_census/[experimental]' - name: Report Dependency Versions run: pip list - name: Test with pytest (API, main tests)