From: Daniele Varrazzo Date: Mon, 25 Oct 2021 09:15:06 +0000 (+0100) Subject: Install shapely requirements to validate docs X-Git-Tag: 3.0.2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70ce675fea8b5f7b63edbc6f811006559ffcaec5;p=thirdparty%2Fpsycopg.git Install shapely requirements to validate docs If it works the same change will be applied to the psycopg-website repos. Close #123 --- diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a0ab66491..54c49b8f1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,5 +19,7 @@ jobs: run: tox -e flake8 - name: Run mypy run: tox -e mypy + - name: Install requirements to generate docs + run: sudo apt-get install -y libgeos-dev - name: Check documentation run: tox -e docs