Skip to content

Commit a34fe26

Browse files
committed
switch to pip
1 parent fcfc9f1 commit a34fe26

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
@@ -25,7 +25,7 @@ jobs:
2525
python --version
2626
- name: Install other dependencies
2727
run: |
28-
conda install rpy2 -c conda-forge
28+
pip install rpy2
2929
pip install statsmodels cvxopt
3030
pip install sortedl1
3131
# for testing Cox estimator

0 commit comments

Comments
 (0)