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

adds support for pcg tag to use during installation #888

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

akhileshh
Copy link
Contributor

No description provided.

@akhileshh akhileshh requested a review from supersergiy February 5, 2025 13:47
Copy link

codecov bot commented Feb 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (8bfd0fe) to head (bbf3936).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #888   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          142       142           
  Lines         6100      6100           
=========================================
  Hits          6100      6100           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -611,6 +611,9 @@ def main():
parser.add_argument(
"--pcg", action="store_true", default=False, help="Whether or not to install PCG"
)
parser.add_argument(
"--pcgtag", action="store_true", default="v2.18.3", help="PCG repo tag to use"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parser will complain if you specify this as a flag and pass a value

Suggested change
"--pcgtag", action="store_true", default="v2.18.3", help="PCG repo tag to use"
"--pcgtag", default="v2.18.3", help="PCG repo tag to use"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

@akhileshh akhileshh force-pushed the akhilesh/pcg-install-tag branch from d1268bd to bbf3936 Compare February 5, 2025 14:20
@supersergiy supersergiy merged commit d82dacd into main Feb 5, 2025
10 checks passed
@akhileshh akhileshh deleted the akhilesh/pcg-install-tag branch February 5, 2025 14:39
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.

3 participants