Skip to content

Commit 525a7c2

Browse files
jolarsmathurinm
andauthored
MNT add celer test dep (#288)
Co-authored-by: mathurinm <[email protected]>
1 parent 6309a6a commit 525a7c2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
- name: Install other dependencies
2626
run: |
2727
conda install rpy2 -c conda-forge
28-
pip install celer
2928
pip install statsmodels cvxopt
3029
pip install git+https://github.com/jolars/sortedl1.git
3130
# for testing Cox estimator

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ test = [
3838
"flake8",
3939
"coverage",
4040
"numpydoc",
41+
"celer",
4142
]
4243

4344
doc = [

0 commit comments

Comments
 (0)