Skip to content

Commit

Permalink
Install mlx on old non arm macos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Jul 29, 2024
1 parent d799e80 commit 4085b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
shell: bash

- name: Install (mlx)
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-latest' || matrix.os == 'macos-13'
run: |
pip install .[mlx]
shell: bash
Expand Down

0 comments on commit 4085b50

Please sign in to comment.