Skip to content

Commit

Permalink
Exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
borchero committed Apr 25, 2024
1 parent 6095820 commit 85939ea
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
1 change: 0 additions & 1 deletion .ci/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ if [[ $OS_NAME == "macos" ]]; then
fi
if [[ $TASK == "mpi" ]]; then
brew install open-mpi
brew link open-mpi
fi
if [[ $TASK == "swig" ]]; then
brew install swig
Expand Down
26 changes: 14 additions & 12 deletions .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,20 @@ jobs:
- os: macos-13
task: if-else
python_version: '3.9'
- os: macos-13
task: mpi
method: source
python_version: '3.10'
- os: macos-13
task: mpi
method: pip
python_version: '3.11'
- os: macos-13
task: mpi
method: wheel
python_version: '3.8'
# 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.10'
# - os: macos-13
# task: mpi
# method: pip
# python_version: '3.11'
# - os: macos-13
# task: mpi
# method: wheel
# python_version: '3.8'
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 85939ea

Please sign in to comment.