Skip to content

Commit

Permalink
Remove the trial of a workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
testuser committed May 18, 2024
1 parent 64f4519 commit deeea38
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ jobs:

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

- name: Try to avoid issue with stringi installation further down
if: runner.os == 'Windows'
run: install.packages("stringi")
shell: Rscript {0}

- name: Query dependencies
run: |
install.packages('remotes')
Expand Down

0 comments on commit deeea38

Please sign in to comment.