File tree 1 file changed +0
-28
lines changed
1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change 45
45
- name : Test Bayesian Gaussian Process Regression
46
46
run : |
47
47
python test/bayesian_gaussian_process_test.py
48
-
49
- osx-python :
50
- runs-on : macos-latest
51
- strategy :
52
- matrix :
53
- python-version : [3.9]
54
-
55
- steps :
56
- - uses : actions/checkout@v2
57
- - name : Set up Python ${{ matrix.python-version }}
58
- uses : actions/setup-python@v2
59
- with :
60
- python-version : ${{ matrix.python-version }}
61
- - name : Install dependencies
62
- run : |
63
- python -m pip install --upgrade pip
64
- cd wheel
65
- if [ `python --version 2>&1 | cut -c8` == "2" ]; then
66
- pip install bbai-*-macosx_10_9_intel.whl
67
- else
68
- pip install bbai-*-macosx_10_9_intel.whl
69
- fi
70
- pip install pytest
71
- pip install scikit-learn
72
- pip install scipy
73
- - name : Test Ridge Regression
74
- run : |
75
- python test/ridge_regression_test.py
You can’t perform that action at this time.
0 commit comments