Skip to content

Commit

Permalink
test verbosity control
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Jan 24, 2024
1 parent aafc457 commit c0b70c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reverse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c0b70c0

Please sign in to comment.