We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e27664 commit 530c55aCopy full SHA for 530c55a
.github/workflows/main.yml
@@ -17,14 +17,17 @@ jobs:
17
uses: actions/setup-python@v3
18
with:
19
python-version: "3.10"
20
+ - name: Set up R
21
+ uses: r-lib/actions/setup-r@v2
22
- name: Install package and testing tools
23
run: |
24
python -m pip install --upgrade pip
25
pip install .
26
pip install .[test]
27
+ python --version
28
- name: Install other dependencies
29
- conda install rpy2 -c conda-forge
30
+ pip install rpy2
31
pip install statsmodels cvxopt
32
pip install sortedl1
33
# for testing Cox estimator
0 commit comments