Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/kapsner/authors-block
Browse files Browse the repository at this point in the history
…into development
  • Loading branch information
kapsner committed Oct 15, 2024
2 parents 44c7470 + bcf3027 commit 17bb705
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@ jobs:

steps:
- uses: actions/checkout@v4

- uses: quarto-dev/quarto-actions/setup@v2
with:
version: ${{ matrix.config.quarto }}

- uses: r-lib/actions/setup-pandoc@v2
if: runner.os == 'macOS'

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
Ncpus: 4

- uses: r-lib/actions/setup-pandoc@v2
if: runner.os == 'macOS'

- uses: quarto-dev/quarto-actions/setup@v2
with:
version: ${{ matrix.config.quarto }}

- name: Install sys deps for Ubuntu
if: runner.os == 'Linux'
Expand Down

0 comments on commit 17bb705

Please sign in to comment.