Merge branch 'main' into dependabot/github_actions/codecov/codecov-action-3

This commit is contained in:
zsk
2022-11-01 11:07:47 -04:00
committed by GitHub
74 changed files with 1531 additions and 375 deletions

View File

@@ -43,8 +43,12 @@ jobs:
pip install -e .
python -c "import flaml"
pip install -e .[test]
- name: If linux or mac, install ray
if: matrix.os == 'macOS-latest' || matrix.os == 'ubuntu-latest'
- name: If linux, install ray 2
if: matrix.os == 'ubuntu-latest'
run: |
pip install ray[tune]
- name: If mac, install ray
if: matrix.os == 'macOS-latest'
run: |
pip install -e .[ray]
- name: If linux or mac, install prophet on python < 3.9