Skip to content

Commit

Permalink
added tests for topacedo, shade plotting and to_anndata. Added depend…
Browse files Browse the repository at this point in the history
…encies to GH actions config.
  • Loading branch information
parashardhapola committed Jul 17, 2021
1 parent 51856b3 commit 22988be
Show file tree
Hide file tree
Showing 4 changed files with 828 additions and 810 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pytest-cov
pip install pytest pytest-cov topacedo anndata
pip install -r requirements.txt
pip install pip install git+https://github.com/fraenkel-lab/pcst_fast.git@deb3236cc26ee9fee77d5af40fac3f12bb753850
- name: Test with pytest
run: |
pytest --cov=.
Expand Down
Loading

0 comments on commit 22988be

Please sign in to comment.