Skip to content

Commit 0fc640f

Browse files
authored
Merge pull request #806 from martinfleis/spopt-reverse
CI: try fixing spopt reverse dependency testing
2 parents fb21438 + e47859e commit 0fc640f

File tree

1 file changed

+40
-39
lines changed

1 file changed

+40
-39
lines changed

.github/workflows/reverse.yml

Lines changed: 40 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -18,45 +18,46 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v5
2020
with:
21-
fetch-depth: 0
21+
fetch-depth: 0
2222

2323
- uses: scientific-python/reverse-dependency-testing-action@main
2424
with:
25-
package_name: libpysal
26-
ignore: >-
27-
fine
28-
tigernet
29-
cenpy
30-
autoesda
31-
region
32-
greedy
33-
pysal
34-
mesa-geo
35-
spvcm
36-
neatnet
37-
include: >-
38-
mapclassify
39-
install: >-
40-
setuptools-scm
41-
h3-py
42-
hdbscan
43-
pandana
44-
astropy
45-
geodatasets
46-
bokeh
47-
pulp
48-
dask-geopandas
49-
kdepy
50-
matplotlib
51-
statsmodels
52-
osmnx
53-
installation_command: >-
54-
pip install -e .; python -c 'import libpysal; libpysal.examples.fetch_all()';
55-
fail_on_failure: true
56-
xfail: >-
57-
mgwr
58-
tobler
59-
geosnap
60-
pointpats
61-
verbose: true
62-
parallel: false
25+
package_name: libpysal
26+
ignore: >-
27+
fine
28+
tigernet
29+
cenpy
30+
autoesda
31+
region
32+
greedy
33+
pysal
34+
mesa-geo
35+
spvcm
36+
neatnet
37+
include: >-
38+
mapclassify
39+
install: >-
40+
setuptools-scm
41+
h3-py
42+
hdbscan
43+
pandana
44+
astropy
45+
geodatasets
46+
bokeh
47+
dask-geopandas
48+
kdepy
49+
matplotlib
50+
statsmodels
51+
osmnx
52+
fast_hdbscan
53+
numba
54+
installation_command: >-
55+
pip install pulp -U --force-reinstall; pip install -e .; python -c 'import libpysal; libpysal.examples.fetch_all()';
56+
fail_on_failure: true
57+
xfail: >-
58+
mgwr
59+
tobler
60+
geosnap
61+
pointpats
62+
verbose: true
63+
parallel: false

0 commit comments

Comments
 (0)