Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
millerh1 committed May 12, 2022
1 parent c7c9902 commit 374437d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
shell: bash -l {0}
steps:
- uses: actions/checkout@v3
- uses: r-lib/actions/setup-r@v3
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
- run: Rscript -e 'install.packages("testthat")'
Expand Down

0 comments on commit 374437d

Please sign in to comment.