Skip to content

Commit 1e4c382

Browse files
update version freeze for requirements-runtime.txt (#703)
* update version freeze for requirements-runtime.txt Signed-off-by: chensuyue <[email protected]> * Freeze requirements Signed-off-by: NeuralChatBot <[email protected]> * Revert "Freeze requirements" This reverts commit 0a99961. --------- Signed-off-by: chensuyue <[email protected]> Signed-off-by: NeuralChatBot <[email protected]> Co-authored-by: NeuralChatBot <[email protected]>
1 parent 04385c9 commit 1e4c382

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scripts/freeze_requirements.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ function main() {
5858
echo "::group::pip install --no-cache-dir pip-tools" && pip install --no-cache-dir pip-tools --upgrade && echo "::endgroup::"
5959
export -f freeze
6060
find . -name "requirements.txt" | xargs -n 1 -I {} bash -c 'freeze "$@"' _ {}
61+
find . -name "requirements-runtime.txt" | xargs -n 1 -I {} bash -c 'freeze "$@"' _ {}
6162
}
6263

6364
main

0 commit comments

Comments
 (0)