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 fc6bc21 commit 09707a5Copy full SHA for 09707a5
.github/workflows/main.yml
@@ -16,14 +16,15 @@ jobs:
16
- name: Set up Python 3.8
17
uses: actions/setup-python@v3
18
with:
19
- python-version: 3.8
+ python-version: 3.10
20
- name: Install package and testing tools
21
run: |
22
python -m pip install --upgrade pip
23
pip install .
24
pip install .[test]
25
- name: Install other dependencies
26
27
+ conda install r
28
pip install celer
29
pip install statsmodels cvxopt
30
pip install git+https://github.com/jolars/pyslope.git
0 commit comments