Skip to content

Commit d22851a

Browse files
skip mlx tests in benchmark ci
1 parent 53cdf49 commit d22851a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ jobs:
289289
shell: micromamba-shell {0}
290290
run: |
291291
export PYTENSOR_FLAGS=mode=FAST_COMPILE,warn__ignore_bug_before=all,on_opt_error=raise,on_shape_error=raise,gcc__cxxflags=-pipe
292-
python -m pytest --runslow --benchmark-only --benchmark-json output.json
292+
python -m pytest --runslow --benchmark-only --benchmark-json output.json --ignore tests/link/mlx
293293
- name: Store benchmark result
294294
uses: benchmark-action/github-action-benchmark@v1
295295
with:

tests/link/mlx/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)