Skip to content

Commit

Permalink
[ci] Restore MPI jobs on macOS (#6664)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Oct 7, 2024
1 parent e8a68f2 commit 0643230
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0643230

Please sign in to comment.