From c0b70c0e471e35dc2762f56e266ac5575f3ff7bb Mon Sep 17 00:00:00 2001 From: Martin Fleischmann Date: Wed, 24 Jan 2024 11:41:42 +0100 Subject: [PATCH] test verbosity control --- .github/workflows/reverse.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reverse.yml b/.github/workflows/reverse.yml index d0df45ba2..c72f385f3 100644 --- a/.github/workflows/reverse.yml +++ b/.github/workflows/reverse.yml @@ -41,5 +41,5 @@ jobs: installation_command: >- pip install -e .; python -c 'import libpysal; libpysal.examples.fetch_all()' fail_on_failure: false - verbose: true - parallel: false + verbose: false + parallel: true