]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Install shapely requirements to validate docs
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 25 Oct 2021 09:15:06 +0000 (10:15 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 25 Oct 2021 09:15:06 +0000 (10:15 +0100)
If it works the same change will be applied to the psycopg-website
repos.

Close #123

.github/workflows/lint.yml

index a0ab664918adfa09a5d31db88af609deafc4bfb1..54c49b8f170f74f99869ac897937a627ad56e07d 100644 (file)
@@ -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