diff --git a/.github/workflows/reverse.yml b/.github/workflows/reverse.yml index 803eeb3e6..eb59ece89 100644 --- a/.github/workflows/reverse.yml +++ b/.github/workflows/reverse.yml @@ -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