Skip to content

Commit

Permalink
Run apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
juuso-j authored Jan 30, 2024
1 parent fbadd35 commit d643b26
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@ jobs:
python-version: 3.10.0
- name: Install required Ubuntu packages
run: |
sudo apt-get install gdal-bin
# - name: Create needed postgis extensions
# run: |
# psql -h localhost -U postgres template1 -c 'create extension postgis;'
sudo apt-get update && apt-get install gdal-bin
- name: Install PyPI dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit d643b26

Please sign in to comment.