Skip to content

Commit

Permalink
Update CI to run unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Jul 31, 2023
1 parent ed04bdf commit 581bc63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ jobs:
- name: Build and install
env:
CMAKE_ARGS: "-DCMAKE_PREFIX_PATH=${{ github.workspace}}/conan_build"
run: pip install --verbose .
run: pip install --verbose .[test]

- name: Test
run: python -c 'import hictkpy; print(hictkpy.__version__)'
run: python -m pytest


pip-status-check:
Expand Down

0 comments on commit 581bc63

Please sign in to comment.