Skip to content

Commit

Permalink
Merge pull request #115 from dfe-analytical-services/2025_01_23_LiveData
Browse files Browse the repository at this point in the history
Removing gdal install code (try to add back at later date
  • Loading branch information
t-surtees authored Jan 23, 2025
2 parents f33db40 + 44aae6a commit d6e6df5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/deploy-shiny.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,6 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-

- name: Install proj library (terra depdencies)
run: sudo apt-get install libproj-dev

- name: Install gdal library (terra dependencies)
run: sudo apt-get install libgdal-dev

- name: Install udunits library (units dependencies)
run: sudo apt-get install libudunits2-dev

- name: Restore renv snapshot
shell: Rscript {0}
run: |
Expand Down

0 comments on commit d6e6df5

Please sign in to comment.