Skip to content

Commit

Permalink
CI: partially resolve reverse dep testing issues (#682)
Browse files Browse the repository at this point in the history
* try opencv from conda, no parallel (quilt3 issue)

* dask_geopandas

* dash

* py-opencv for pointpats

* try pip again

* pip install does not work?

* more optional deps

* cv2

* give up on opencv

* rm whitelist

* cleanup
  • Loading branch information
martinfleis authored Jan 30, 2024
1 parent cdbf471 commit 65379ef
Showing 1 changed file with 6 additions and 6 deletions.
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

0 comments on commit 65379ef

Please sign in to comment.