Skip to content

Commit

Permalink
add test for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Jun 13, 2024
1 parent fee7dd3 commit 9512d49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
- name: Install roiextractors with minimal requirements
run: pip install .[test]
- name: Test initial import of all non-lazy dependencies
run: python -c "import roiextractors"

- name: Install roiextractors with testing requirements
run: pip install .[test]

- name: Run minimal tests
run: pytest tests/test_internals -n auto --dist loadscope
Expand Down

0 comments on commit 9512d49

Please sign in to comment.