Skip to content

Commit 09707a5

Browse files
committed
conda install R on test workflow
1 parent fc6bc21 commit 09707a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ jobs:
1616
- name: Set up Python 3.8
1717
uses: actions/setup-python@v3
1818
with:
19-
python-version: 3.8
19+
python-version: 3.10
2020
- name: Install package and testing tools
2121
run: |
2222
python -m pip install --upgrade pip
2323
pip install .
2424
pip install .[test]
2525
- name: Install other dependencies
2626
run: |
27+
conda install r
2728
pip install celer
2829
pip install statsmodels cvxopt
2930
pip install git+https://github.com/jolars/pyslope.git

0 commit comments

Comments
 (0)