Skip to content

Commit

Permalink
add wheel build command
Browse files Browse the repository at this point in the history
  • Loading branch information
WardDeb committed Jan 17, 2025
1 parent 9587163 commit fd670f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
- name: Test deepTools
run: |
pytest -v
- name: Build wheel
run: |
python -m build
- name: Test wheel
run: |
pip install dist/*whl
Expand Down

0 comments on commit fd670f5

Please sign in to comment.