Skip to content

Commit

Permalink
Update run_ecosis_pull_example.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
serbinsh authored Jun 18, 2024
1 parent 9058398 commit bddc461
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run_ecosis_pull_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true

steps:
#check out source code
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-r@v2
with:
Expand All @@ -44,4 +43,4 @@ jobs:
- name: Run EcoSIS API Pull Example
run: |
source("inst/scripts/pull_data_from_ecosis.R")
shell: Rscript {0}
shell: Rscript {0}

0 comments on commit bddc461

Please sign in to comment.