Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
06432300
Unverified
Commit
06432300
authored
Oct 07, 2024
by
Nikita Titov
Committed by
GitHub
Oct 07, 2024
Browse files
[ci] Restore MPI jobs on macOS (#6664)
parent
e8a68f2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
14 deletions
+12
-14
.github/workflows/python_package.yml
.github/workflows/python_package.yml
+12
-14
No files found.
.github/workflows/python_package.yml
View file @
06432300
...
@@ -42,20 +42,18 @@ jobs:
...
@@ -42,20 +42,18 @@ jobs:
task
:
bdist
task
:
bdist
method
:
wheel
method
:
wheel
python_version
:
'
3.10'
python_version
:
'
3.10'
# We're currently skipping MPI jobs on macOS, see https://github.com/microsoft/LightGBM/pull/6425
-
os
:
macos-13
# for further details.
task
:
mpi
# - os: macos-13
method
:
source
# task: mpi
python_version
:
'
3.11'
# method: source
-
os
:
macos-13
# python_version: '3.11'
task
:
mpi
# - os: macos-13
method
:
pip
# task: mpi
python_version
:
'
3.12'
# method: pip
-
os
:
macos-13
# python_version: '3.12'
task
:
mpi
# - os: macos-13
method
:
wheel
# task: mpi
python_version
:
'
3.9'
# method: wheel
# python_version: '3.9'
steps
:
steps
:
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@v4
uses
:
actions/checkout@v4
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment