Skip to content

Commit

Permalink
fix: update Geneformer version installed in CI (#1357)
Browse files Browse the repository at this point in the history
* update Geneformer version installed in CI

* git lfs install
  • Loading branch information
mlin authored Feb 14, 2025
1 parent 77fdea0 commit b8a378b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/py-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
cache-dependency-path: |
api/**/pyproject.toml
api/**/requirements*.txt
- name: Install git-lfs (Linux)
if: matrix.os == 'sc-dev-64g-runner'
run: |
sudo apt-get update
sudo apt-get install git-lfs
git lfs install
- name: Install dependencies (including experimental)
run: |
python -m pip install -U pip setuptools wheel
Expand Down
2 changes: 1 addition & 1 deletion api/python/cellxgene_census/scripts/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ twine
coverage
nbqa
transformers[torch]
git+https://huggingface.co/ctheodoris/Geneformer@471eefc; python_version>='3.10'
git+https://huggingface.co/ctheodoris/Geneformer@ebc1e096; python_version>='3.10'
proxy.py

0 comments on commit b8a378b

Please sign in to comment.