Skip to content

Commit

Permalink
test 2...
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Jonsen committed Apr 25, 2021
1 parent 62373f9 commit b7e7a67
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/check-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- {os: windows-latest, r: '3.6'}
- {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
- {os: ubuntu-20.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
- {os: ubuntu-18.04, r: 'oldrel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
- {os: ubuntu-20.04, r: 'oldrel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down Expand Up @@ -73,11 +73,6 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get install gdal-bin libudunits2-dev libgdal-dev libgeos-dev libproj-dev
- name: Install TMB from source (to build against existing Matrix pkg ver)
if: runner.os == 'Linux'
run: |
install.packages('TMB')
- name: Install dependencies
run: |
Expand Down

0 comments on commit b7e7a67

Please sign in to comment.