Skip to content

Commit

Permalink
add deps, ignore region, avoid verbose this run
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Nov 10, 2023
1 parent dba64a8 commit 91c86e7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/reverse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,15 @@ jobs:
tigernet
cenpy
autoesda
region
include: mapclassify
install: >-
setuptools-scm
setuptools-scm
py-opencv
h3-py
hdbscan
pandana
installation_command: >-
pip install .; python -c 'import libpysal; libpysal.examples.fetch_all()'
fail_on_failure: false
verbose: true
verbose: false

0 comments on commit 91c86e7

Please sign in to comment.