We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d2ba5 commit 0b615aeCopy full SHA for 0b615ae
.github/workflows/main.yml
@@ -33,6 +33,7 @@ jobs:
33
python-version: ${{ matrix.python-version }}
34
- name: Install requirements 📦
35
run: |
36
+ sudo apt update
37
sudo apt install -y libgeos-dev libpq-dev libxml2-dev libxslt1-dev libz-dev libexpat1 python3-distutils-extra
38
pip3 install setuptools
39
pip3 install -r requirements.txt
0 commit comments