Skip to content

Commit 0b615ae

Browse files
committed
Fix outdated apt cache
1 parent 61d2ba5 commit 0b615ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
python-version: ${{ matrix.python-version }}
3434
- name: Install requirements 📦
3535
run: |
36+
sudo apt update
3637
sudo apt install -y libgeos-dev libpq-dev libxml2-dev libxslt1-dev libz-dev libexpat1 python3-distutils-extra
3738
pip3 install setuptools
3839
pip3 install -r requirements.txt

0 commit comments

Comments
 (0)