Closed caleb-johnson closed 2 years ago
I think it makes sense to install directly from the requirements files in CI/CD, to make sure they do not go out of date.
I've also added a pip freeze command so we can easily see which package versions were used for a given CI run.
pip freeze
I think it makes sense to install directly from the requirements files in CI/CD, to make sure they do not go out of date.
I've also added a
pip freeze
command so we can easily see which package versions were used for a given CI run.