Skip to content

Commit

Permalink
add ordering constraint to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Apr 9, 2024
1 parent 578ce09 commit c49716c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ jobs:
- name: Test build
run: |
pip install dist/*.whl
git clone https://github.com/pinellolab/crispr-bean.git
mv cripspr-bean/tests/ .
pytest
pytest --sparse-ordering
- name: Publish
env:
TWINE_USERNAME: __token__
Expand Down

0 comments on commit c49716c

Please sign in to comment.