Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Aug 4, 2023
1 parent f63176b commit 077102d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:

- uses: actions/upload-artifact@v3
with:
name: sdist
path: dist/*.tar.gz


Expand Down Expand Up @@ -126,6 +127,12 @@ jobs:
run: |
delocate-wheel --check-archs -v hictkpy*.whl
- name: Test wheels
run: |
wheel=(hictkpy*.whl)
pip install "${wheel[@]}[test]"
pytest test -v
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 077102d

Please sign in to comment.