Skip to content

Commit 02f0fb5

Browse files
Merge remote-tracking branch 'upstream/main' into graphical_lasso
2 parents a927e50 + 4b2344c commit 02f0fb5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1712
-256
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,17 @@ jobs:
1717
uses: actions/setup-python@v3
1818
with:
1919
python-version: "3.10"
20+
- name: Set up R
21+
uses: r-lib/actions/setup-r@v2
2022
- name: Install package and testing tools
2123
run: |
2224
python -m pip install --upgrade pip
2325
pip install .
2426
pip install .[test]
27+
python --version
2528
- name: Install other dependencies
2629
run: |
27-
conda install rpy2 -c conda-forge
30+
pip install rpy2
2831
pip install statsmodels cvxopt
2932
pip install sortedl1
3033
# for testing Cox estimator

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
/doc/gen_modules/
66
/doc/generated/
77
/doc/auto_examples/
8+
/doc/sg_execution_times.rst
89

910
__pycache__
1011
__cache__
11-
*_cache
12+
*_cache
13+
**/.DS_Store
1.28 MB
Loading
44.6 KB
Loading
1.31 MB
Loading
69 KB
Loading
1.41 MB
Loading
72.8 KB
Loading
1.4 MB
Loading
99.7 KB
Loading

0 commit comments

Comments
 (0)