-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix issue #6934: explain how to use apt-system-requirements.txt #7230
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
Conversation
Change the instructions involving "apt install" to use the file `apt-system-requirements.txt`, which is the purpose of the file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the PR title so it is descriptive without having to lookup the issue.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7230 +/- ##
=======================================
Coverage 98.66% 98.66%
=======================================
Files 1106 1106
Lines 95914 95914
=======================================
Hits 94630 94630
Misses 1284 1284 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Haha, I just updated it because I thought the same thing, and then read your comment. |
Change the instructions involving "apt install" to use the file `apt-system-requirements.txt`, which is the purpose of the file.
Change the instructions involving "apt install" to use the file
apt-system-requirements.txt
, which is the purpose of the file.Resolves #6934