Task Summary
Currently there is no automated validation to ensure that requirements.txt and system-requirements-lock.txt remain synchronized.
A GitHub CI check should be added to verify that:
- all packages in requirements.txt are reflected in system-requirements-lock.txt
- package versions remain consistent
- updates to one file do not accidentally leave the other outdated
This would help prevent dependency mismatches and reduce environment inconsistencies during deployment and package installation.
Task Type
Task Summary
Currently there is no automated validation to ensure that requirements.txt and system-requirements-lock.txt remain synchronized.
A GitHub CI check should be added to verify that:
This would help prevent dependency mismatches and reduce environment inconsistencies during deployment and package installation.
Task Type