Skip to content

Commit d1ce6bd

Browse files
committed
drop osx tests
1 parent d6ea825 commit d1ce6bd

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/workflows/test.yml

-28
Original file line numberDiff line numberDiff line change
@@ -45,31 +45,3 @@ jobs:
4545
- name: Test Bayesian Gaussian Process Regression
4646
run: |
4747
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

0 commit comments

Comments
 (0)