Conversation
It was discovered through local use that using the cache may not always result in generating the same results as the CI environment for the same command issued at the same time. Specifying the `--no-cache` option ensures that the results generated are the same, regardless of where the command is run.
Phylum OSS Supply Chain Risk Analysis - SUCCESSThe Phylum risk analysis is complete and has passed the active policy. |
cd-work
approved these changes
Mar 1, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Testing was performed locally and bug free functionality confirmed by updating
poetry.lockwith the latest dependencies and ensuring it passed thepre-commithooks while submitting this change. Some small formatting changes were applied here. Guidance and implementation was updated to specify--no-cachewhen updating dependencies with Poetry. That way, the results will be the same regardless of where it happens (e.g., locally vs. CI).Closes #394