Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new input to allow users to force install dependencies, bypassing cache #135

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

HDash
Copy link
Contributor

@HDash HDash commented Nov 5, 2024

Tackles Issue #86

Problem: When a developer adds new dependencies in the DESCRIPTION file and pushes an update without incrementing the package version, rworkflows fails to install these newly added dependencies. This happens because the cache is not updated, causing dependency issues.

Proposed Fix: Introduce a new input parameter, force_install. When set to true, the cache will be bypassed, and all packages will be reinstalled from scratch, ensuring new dependencies are included. The default is false, maintaining the current behaviour.

@HDash HDash requested a review from bschilder November 5, 2024 15:22
@HDash HDash self-assigned this Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant