Skip to content

Commit

Permalink
unlock macos integrations again
Browse files Browse the repository at this point in the history
  • Loading branch information
avishniakov committed Nov 19, 2024
1 parent e3716d9 commit a1af3e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ jobs:
strategy:
matrix:
os: [macos-latest]
python-version: ['3.10', '3.11', '3.12'] # TODO: bring back 3.9 once vllm issue is resolved
python-version: ['3.9', '3.10', '3.11', '3.12']
# Python 3.9 is on macos-13 but not macos-latest (macos-14-arm64)
# https://github.com/actions/setup-python/issues/696#issuecomment-1637587760
exclude:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
PYTHONIOENCODING: utf-8
UV_HTTP_TIMEOUT: 600
OBJC_DISABLE_INITIALIZE_FORK_SAFETY: 'YES'
if: ${{ ! startsWith(github.event.head_commit.message, 'GitBook:') && ! (inputs.os == 'windows-latest' && inputs.python-version == '3.11') && ! (inputs.os == 'windows-latest' && inputs.python-version == '3.12') }}
if: ${{ ! startsWith(github.event.head_commit.message, 'GitBook:') && ! (inputs.os == 'windows-latest' && inputs.python-version == '3.11') && ! (inputs.os == 'windows-latest' && inputs.python-version == '3.12') && ! (inputs.os == 'macos-13' && inputs.python-version == '3.9') }}
defaults:
run:
shell: bash
Expand Down

0 comments on commit a1af3e6

Please sign in to comment.