Unverified Commit 06432300 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci] Restore MPI jobs on macOS (#6664)

parent e8a68f2e
......@@ -42,20 +42,18 @@ jobs:
task: bdist
method: wheel
python_version: '3.10'
# We're currently skipping MPI jobs on macOS, see https://github.com/microsoft/LightGBM/pull/6425
# for further details.
# - os: macos-13
# task: mpi
# method: source
# python_version: '3.11'
# - os: macos-13
# task: mpi
# method: pip
# python_version: '3.12'
# - os: macos-13
# task: mpi
# method: wheel
# python_version: '3.9'
- os: macos-13
task: mpi
method: source
python_version: '3.11'
- os: macos-13
task: mpi
method: pip
python_version: '3.12'
- os: macos-13
task: mpi
method: wheel
python_version: '3.9'
steps:
- name: Checkout repository
uses: actions/checkout@v4
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment