diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 1459871d..407c0f63 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -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