Skip to content

Commit

Permalink
CI: remove extra GDAL installation step
Browse files Browse the repository at this point in the history
This is unneeded meanwhile.
  • Loading branch information
tomka committed Dec 5, 2024
1 parent 4df460a commit db09dd1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- run: bash scripts/travis/install_postgres.sh
- run: bash scripts/travis/install_gdal.sh
- run: sudo apt-get install -y -qq $(< packagelist-ubuntu-apt.txt)
name: Install ubuntu requirements
- uses: actions/cache@v2
Expand Down Expand Up @@ -81,7 +80,6 @@ jobs:
node-version: '12'
- run: npm install
- run: bash scripts/travis/install_postgres.sh
- run: bash scripts/travis/install_gdal.sh
- run: sudo apt-get install -y -qq $(< packagelist-ubuntu-apt.txt)
name: Install ubuntu requirements
- uses: actions/cache@v2
Expand Down

0 comments on commit db09dd1

Please sign in to comment.