Skip to content

Commit

Permalink
test all
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Nov 10, 2023
1 parent 2a4e9ee commit f22b26b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/reverse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
region
include: >-
mapclassify
libpysal
whitelist: >-
esda
install: >-
setuptools-scm
py-opencv
Expand All @@ -37,7 +34,7 @@ jobs:
opencv-contrib-python
KDEpy
installation_command: >-
pip install -e .; python -c 'import libpysal; print(libpysal.examples.builtin_datasets.keys()); print(libpysal.examples.get_path("columbus.shp"))'
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 f22b26b

Please sign in to comment.