mirror of
https://github.com/microsoft/FLAML.git
synced 2026-02-09 02:09:16 +08:00
Update readme, enable all python versions for macos tests (#1478)
* Fix macOS hang with running coverage * Run coverage only in ubuntu * Fix syntax error * Fix run tests logic * Update readme * Don't test python 3.10 on macos as it's stuck * Enable all python versions for macos
This commit is contained in:
7
.github/workflows/python-package.yml
vendored
7
.github/workflows/python-package.yml
vendored
@@ -39,13 +39,8 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
python-version: ["3.10", "3.11", "3.12"]
|
||||
exclude:
|
||||
- os: macos-latest
|
||||
python-version: "3.10" # macOS runners will hang on python 3.10 for unknown reasons
|
||||
- os: macos-latest
|
||||
python-version: "3.12" # macOS runners will hang on python 3.12 for unknown reasons
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
|
||||
Reference in New Issue
Block a user