Skip to content

Commit 9854c23

Browse files
committed
CI use pypi version of sortedl1
1 parent 634c597 commit 9854c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
conda install rpy2 -c conda-forge
2828
pip install statsmodels cvxopt
29-
pip install git+https://github.com/jolars/sortedl1.git
29+
pip install sortedl1
3030
# for testing Cox estimator
3131
pip install lifelines
3232
pip install pandas

0 commit comments

Comments
 (0)