diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index d4f406d..b376f7d 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -32,6 +32,5 @@ jobs: run: | pytest tests/features_/* pytest tests/filter_/* - pytest tests/graphcut_/* pytest tests/io_/* pytest tests/metric_/*