mirror of
https://github.com/microsoft/FLAML.git
synced 2026-02-09 02:09:16 +08:00
VW version requirement and documentation on config_constraints vs metric_constraints (#686)
* add vw version requirement * vw version * version range * add documentation * vw version range * skip test on py3.10 * vw version * rephrase * don't install vw on py 3.10 * move import location * remove inherit * 3.10 in version Co-authored-by: Chi Wang <wang.chi@microsoft.com>
This commit is contained in:
4
.github/workflows/python-package.yml
vendored
4
.github/workflows/python-package.yml
vendored
@@ -51,6 +51,10 @@ jobs:
|
||||
if: (matrix.os == 'macOS-latest' || matrix.os == 'ubuntu-latest') && matrix.python-version != '3.9' && matrix.python-version != '3.10'
|
||||
run: |
|
||||
pip install -e .[forecast]
|
||||
- name: Install vw on python < 3.10
|
||||
if: matrix.python-version != '3.10'
|
||||
run: |
|
||||
pip install -e .[vw]
|
||||
- name: Lint with flake8
|
||||
run: |
|
||||
# stop the build if there are Python syntax errors or undefined names
|
||||
|
||||
Reference in New Issue
Block a user