Skip to content

Commit

Permalink
Arrgh
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Mar 14, 2021
1 parent 36c699a commit c789edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
name: Collect deps

env:
_R_CHECK_BASHISMS_: FALSE
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
RSPM: https://packagemanager.rstudio.com/cran/__linux__/bionic/latest
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -195,6 +194,7 @@ jobs:
matrix: ${{fromJson(needs.matrix.outputs.matrix)}}

env:
_R_CHECK_BASHISMS_: FALSE
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
RSPM: https://packagemanager.rstudio.com/cran/__linux__/bionic/latest
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c789edb

Please sign in to comment.