From 067dd43246c486ebc68c3218bcd7287e57a500af Mon Sep 17 00:00:00 2001 From: BurkeHulk Date: Mon, 2 Jun 2025 18:13:34 +0800 Subject: [PATCH] fix pre-commit err --- .github/workflows/compatiblity_test_on_dispatch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compatiblity_test_on_dispatch.yml b/.github/workflows/compatiblity_test_on_dispatch.yml index df04222a5..926ec4634 100644 --- a/.github/workflows/compatiblity_test_on_dispatch.yml +++ b/.github/workflows/compatiblity_test_on_dispatch.yml @@ -73,7 +73,7 @@ jobs: - name: Unit Testing run: | - PYTHONPATH=$PWD pytest + PYTHONPATH=$PWD pytest -m "not largedist" \ --durations=0 \ --ignore tests/test_analyzer \