Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: partially resolve reverse dep testing issues #682

Merged
merged 11 commits into from
Jan 30, 2024
Merged
12 changes: 6 additions & 6 deletions .github/workflows/reverse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@ jobs:
mapclassify
install: >-
setuptools-scm
py-opencv
h3-py
hdbscan
pandana
astropy
geodatasets
bokeh
pulp
install_pip: >-
opencv-contrib-python
KDEpy
dask-geopandas
kdepy
matplotlib
statsmodels
installation_command: >-
pip install -e .; python -c 'import libpysal; libpysal.examples.fetch_all()'
pip install -e .; python -c 'import libpysal; libpysal.examples.fetch_all()';
fail_on_failure: true
verbose: true
parallel: true
parallel: false