From 37cef09575c986308aa96de25fd323ed2ed09bb1 Mon Sep 17 00:00:00 2001 From: Patrick Mihelich Date: Wed, 18 Dec 2024 16:34:04 -0600 Subject: [PATCH] Revert "Disable Python CI/release on MacOS pending SWE-538." This reverts commit 7efcd0a0961327bbf55b4f012f6625a9f7942283. --- .github/workflows/ci_python.yml | 4 +--- .github/workflows/pypi-release.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci_python.yml b/.github/workflows/ci_python.yml index 848b534a..959a0584 100644 --- a/.github/workflows/ci_python.yml +++ b/.github/workflows/ci_python.yml @@ -17,9 +17,7 @@ jobs: # We use ubuntu-22.04 and macos-13 because they are the final Github runner images # with Python 3.8 pre-installed. Brain OS images based on Jetpack 5 use 3.8 as the # system Python, so we want to test 3.8 even though it is EOL. - # os: [ubuntu-22.04, macos-13] - # TODO(SWE-538): Fix MacOS CI and release actions on macos-13. - os: [ubuntu-22.04] + os: [ubuntu-22.04, macos-13] python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 753e2733..1ccec846 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -12,9 +12,7 @@ jobs: strategy: fail-fast: false matrix: - # TODO(SWE-538): Fix MacOS CI and release actions on macos-13. - # os: [ubuntu-22.04, macos-13] - os: [ubuntu-22.04] + os: [ubuntu-22.04, macos-13] steps: - uses: actions/checkout@v4 with: