Skip to content

Commit

Permalink
chore: test without custom repos
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Sep 12, 2024
1 parent eaaa1fe commit 26fd3ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-check-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,8 @@ jobs:
if: >-
env.deps_installation_method == 'setup-r-dependencies'
&& inputs.install-deps-from-package-repositories == ''
uses: insightsengineering/setup-r-dependencies@set-custom-repositories
# uses: insightsengineering/setup-r-dependencies@set-custom-repositories
uses: insightsengineering/setup-r-dependencies@v1
with:
lookup-refs: ${{ inputs.lookup-refs }}
github-token: ${{ steps.github-token.outputs.token }}
Expand Down

0 comments on commit 26fd3ef

Please sign in to comment.