Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,11 @@ jobs:
- name: Run test_utils
run: |
python -m unittest chaintools_bio/test_*.py

- name: Build and run CLI
run: |
pip install build
python -m build
pip install dist/chaintools_bio-*.whl
chaintools_bio --version
chaintools_bio --help