mirror of
https://github.com/microsoft/FLAML.git
synced 2026-02-09 02:09:16 +08:00
workflow
This commit is contained in:
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip install -e .[test]
|
||||
- name: If linux or max, install ray
|
||||
if: matrix.os == 'macOS-latest' or 'ubuntu-latest'
|
||||
if: matrix.os == 'macOS-latest' || matrix.os == 'ubuntu-latest'
|
||||
run: |
|
||||
pip install -e .[ray]
|
||||
- name: Lint with flake8
|
||||
|
||||
Reference in New Issue
Block a user