We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11faf7a commit 2a86028Copy full SHA for 2a86028
.github/workflows/test.yml
@@ -151,14 +151,17 @@ jobs:
151
fast-compile: 0
152
float32: 0
153
part: "tests/xtensor"
154
- - install-mlx: 1
155
- os: "macos-15"
+ - os: "macos-15"
156
python-version: "3.10"
157
numpy-version: ">=2.0"
158
159
+ install-mlx: 1
160
+ install-numba: 0
161
+ install-jax: 0
162
+ install-torch: 0
163
part: "tests/link/mlx"
- - os: macos-15
164
165
python-version: "3.13"
166
167
0 commit comments