Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Jun 26, 2024
1 parent 9374a55 commit 3e6b9b6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
push:
branches:
- main
- replace-devtools-with-pak
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -41,8 +40,8 @@ jobs:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
# TODO r-universe to be removed
# install-deps-from-package-repositories: "CRAN=https://cloud.r-project.org,R-universe=https://insightsengineering.r-universe.dev"
install-deps-from-package-repositories: "CRAN=https://cloud.r-project.org"
install-deps-from-package-repositories: "CRAN=https://cloud.r-project.org,R-universe=https://insightsengineering.r-universe.dev"
# install-deps-from-package-repositories: "CRAN=https://cloud.r-project.org"
package-subdirectory: package
additional-env-vars: |
_R_CHECK_CRAN_INCOMING_REMOTE_=false
Expand Down

0 comments on commit 3e6b9b6

Please sign in to comment.