Skip to content

Commit

Permalink
Yaml..
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Jul 30, 2024
1 parent c599c9a commit 0e355da
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' || matrix.os == 'macos-13') && matrix.version.python == "3.11"
if: (matrix.os == 'macos-latest' || matrix.os == 'macos-13') && matrix.version.python == '3.11'
run: |
pip install .[mlx]
shell: bash
Expand Down

0 comments on commit 0e355da

Please sign in to comment.