From b34334b5fb99fa01c4a10a226098f19aeb828b07 Mon Sep 17 00:00:00 2001 From: Jayoung Ryu Date: Tue, 22 Aug 2023 01:32:15 -0400 Subject: [PATCH] fix pytest regimen --- .github/workflows/CI.yml | 2 +- requirements.txt | 1 + setup.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 37b2488..1075c23 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -33,4 +33,4 @@ jobs: - name: Test with pytest run: | pip install pytest - pytest + pytest --sparse-ordering diff --git a/requirements.txt b/requirements.txt index 1ed4352..4bc57c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,3 +15,4 @@ pyro-ppl==1.8.1 scikit-learn statsmodels>=0.12.1 ipykernel +pytest-order diff --git a/setup.py b/setup.py index 1bd56f6..bd8745b 100644 --- a/setup.py +++ b/setup.py @@ -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="jayoung_ryu@g.harvard.edu",