mirror of
https://github.com/django/django.git
synced 2025-09-10 02:59:34 +00:00
Ensured apt repo is updated before installing deps in "postgis" GitHub Action.
This commit is contained in:
parent
4c71e33440
commit
1b0c4d5ea5
4
.github/workflows/postgis.yml
vendored
4
.github/workflows/postgis.yml
vendored
@ -41,8 +41,10 @@ jobs:
|
||||
python-version: '3.13'
|
||||
cache: 'pip'
|
||||
cache-dependency-path: 'tests/requirements/py3.txt'
|
||||
- name: Update apt repo
|
||||
run: sudo apt update
|
||||
- name: Install libmemcached-dev for pylibmc
|
||||
run: sudo apt install libmemcached-dev
|
||||
run: sudo apt install -y libmemcached-dev
|
||||
- name: Install geospatial dependencies
|
||||
run: sudo apt install -y binutils libproj-dev gdal-bin
|
||||
- name: Print PostGIS versions
|
||||
|
Loading…
x
Reference in New Issue
Block a user