Skip to content

Commit

Permalink
fix pytest regimen
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Aug 22, 2023
1 parent 0f847f9 commit b34334b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Test with pytest
run: |
pip install pytest
pytest
pytest --sparse-ordering
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ pyro-ppl==1.8.1
scikit-learn
statsmodels>=0.12.1
ipykernel
pytest-order
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="crispr-bean",
version="0.2.3",
version="0.2.5",
python_requires=">=3.8.0",
author="Jayoung Ryu",
author_email="[email protected]",
Expand Down

0 comments on commit b34334b

Please sign in to comment.