fix release builds (#2746)

This commit is contained in:
Awni Hannun
2025-11-11 07:44:30 -08:00
committed by GitHub
parent eba6a9d163
commit 60d80a3728
9 changed files with 84 additions and 114 deletions

View File

@@ -2,11 +2,6 @@ name: 'Setup macOS Environment'
description: 'Install dependencies for macOS builds'
inputs:
install-mpi:
description: 'Whether to install MPI'
required: false
default: 'true'
type: boolean
python-version:
description: 'Python version to use'
required: false
@@ -17,7 +12,6 @@ runs:
steps:
- name: Install Homebrew packages
shell: sh
if: inputs.install-mpi == 'true'
run: /opt/homebrew/bin/brew install openmpi
- name: Verify MetalToolchain installed