diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index af81b13..e4449fd 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -28,32 +28,6 @@ jobs: - uses: actions/checkout@v2 - uses: r-lib/actions/setup-pandoc@v2 - -# install (if necessary) the system requirements for your packages - - name: Cache APT Packages - uses: awalsh128/cache-apt-pkgs-action@v1 - with: - packages: | - make - gdal-bin - libssl-dev - libcurl4-openssl-dev - libudunits2-dev - libgdal-dev - libgeos-dev - libgeos++-dev - libicu-dev - libproj-dev - libpng-dev - zlib1g-dev - run: | - sudo apt-get update - sudo apt-get install -y ${{ join(needs.build.outputs.packages, ' ') }} - - - uses: r-lib/actions/setup-r@v2 - with: - r-version: ${{ matrix.config.r }} - use-public-rspm: true # You need a renv.lock in your repo install all the R packages here with this action - uses: r-lib/actions/setup-renv@v2