Skip to content

Commit

Permalink
GHA: citation update workflow needs pandoc
Browse files Browse the repository at this point in the history
was failing on NLMR when checking to see whether pandoc needed
  • Loading branch information
achubaty committed Apr 25, 2024
1 parent 9cd70c0 commit fb243b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update-citation-cff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,17 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

- uses: PredictiveEcology/actions/install-spatial-deps@v0.1

- uses: r-lib/actions/setup-r@v2
with:
Ncpus: 2
r-version: 'release'
use-public-rspm: false

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: |
Expand Down

0 comments on commit fb243b9

Please sign in to comment.