Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 40 additions & 39 deletions .github/workflows/reverse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,45 +18,46 @@ jobs:
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
fetch-depth: 0

- uses: scientific-python/reverse-dependency-testing-action@main
with:
package_name: libpysal
ignore: >-
fine
tigernet
cenpy
autoesda
region
greedy
pysal
mesa-geo
spvcm
neatnet
include: >-
mapclassify
install: >-
setuptools-scm
h3-py
hdbscan
pandana
astropy
geodatasets
bokeh
pulp
dask-geopandas
kdepy
matplotlib
statsmodels
osmnx
installation_command: >-
pip install -e .; python -c 'import libpysal; libpysal.examples.fetch_all()';
fail_on_failure: true
xfail: >-
mgwr
tobler
geosnap
pointpats
verbose: true
parallel: false
package_name: libpysal
ignore: >-
fine
tigernet
cenpy
autoesda
region
greedy
pysal
mesa-geo
spvcm
neatnet
include: >-
mapclassify
install: >-
setuptools-scm
h3-py
hdbscan
pandana
astropy
geodatasets
bokeh
dask-geopandas
kdepy
matplotlib
statsmodels
osmnx
fast_hdbscan
numba
installation_command: >-
pip install pulp -U --force-reinstall; pip install -e .; python -c 'import libpysal; libpysal.examples.fetch_all()';
fail_on_failure: true
xfail: >-
mgwr
tobler
geosnap
pointpats
verbose: true
parallel: false