We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04385c9 commit 1e4c382Copy full SHA for 1e4c382
.github/workflows/scripts/freeze_requirements.sh
@@ -58,6 +58,7 @@ function main() {
58
echo "::group::pip install --no-cache-dir pip-tools" && pip install --no-cache-dir pip-tools --upgrade && echo "::endgroup::"
59
export -f freeze
60
find . -name "requirements.txt" | xargs -n 1 -I {} bash -c 'freeze "$@"' _ {}
61
+ find . -name "requirements-runtime.txt" | xargs -n 1 -I {} bash -c 'freeze "$@"' _ {}
62
}
63
64
main
0 commit comments