Skip to content

Commit

Permalink
merged with main
Browse files Browse the repository at this point in the history
  • Loading branch information
anushka255 committed Aug 9, 2024
2 parents aede053 + 9bdebd2 commit 1ebd427
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@ jobs:
activate-environment: paste
environment-file: environment.yml

- name: Install package
run: pip install -e .

- name: Pytest
run: pytest
1 change: 1 addition & 0 deletions tests/test_paste.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from paste import pairwise_align, center_align
from paste.PASTE import center_ot, intersect, center_NMF


test_dir = Path(__file__).parent
input_dir = test_dir / "data/input"
output_dir = test_dir / "data/output"
Expand Down

0 comments on commit 1ebd427

Please sign in to comment.