File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,14 @@ jobs:
1616 strategy :
1717 matrix :
1818 python-version : ["3.8", "3.9", "3.10"]
19- os : [ubuntu-latest, macos-latest, windows-latest]
19+ os : [ubuntu-latest, windows-latest]
2020 fail-fast : false
2121 steps :
2222 - uses : actions/checkout@v2
2323 - name : Set up Python ${{ matrix.python-version }}
2424 uses : actions/setup-python@v2
2525 with :
2626 python-version : ${{ matrix.python-version }}
27- - name : Install OpenMP runtime (macOS)
28- if : runner.os == 'macOS'
29- run : |
30- brew update
31- brew install libomp cbc
3227 - name : Check
3328 shell : bash
3429 run : |
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ plot_importance(df)
169169
170170## Installation
171171
172- Selective requires ** Python 3.7 +** and can be installed from PyPI using `` pip install selective `` .
172+ Selective requires ** Python 3.8 +** and can be installed from PyPI using `` pip install selective `` .
173173
174174## Source
175175
You can’t perform that action at this time.
0 commit comments