diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 25ca298..2b53ba8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,6 +41,8 @@ jobs: - name: Install possible lxml build requirements (if building from source) run: sudo apt-get install -y libxml2-dev libxslt-dev python3-dev + - name: Install possible shapely build requirements (if building from source) + run: sudo apt-get install -y libgeos-dev - name: Update pip run: python3 -m pip install -U pip