From 7a111a43946bf32344bb5631dd24715abae8408a Mon Sep 17 00:00:00 2001 From: Martin Fleischmann Date: Wed, 26 Jun 2024 20:57:32 +0200 Subject: [PATCH] i give up on opencv --- .github/workflows/reverse.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/reverse.yml b/.github/workflows/reverse.yml index d2e2b63af..33bba8d2b 100644 --- a/.github/workflows/reverse.yml +++ b/.github/workflows/reverse.yml @@ -52,9 +52,6 @@ jobs: matplotlib statsmodels osmnx - libopencv - opencv - py-opencv installation_command: >- pip install -e .; python -c 'import libpysal; libpysal.examples.fetch_all()'; fail_on_failure: true @@ -63,5 +60,6 @@ jobs: mgwr tobler geosnap + pointpats verbose: true parallel: false