Skip to content

Commit

Permalink
update version freeze for requirements-runtime.txt (#703)
Browse files Browse the repository at this point in the history
* update version freeze for requirements-runtime.txt

Signed-off-by: chensuyue <suyue.chen@intel.com>

* Freeze requirements

Signed-off-by: NeuralChatBot <grp_neural_chat_bot@intel.com>

* Revert "Freeze requirements"

This reverts commit 0a99961.

---------

Signed-off-by: chensuyue <suyue.chen@intel.com>
Signed-off-by: NeuralChatBot <grp_neural_chat_bot@intel.com>
Co-authored-by: NeuralChatBot <grp_neural_chat_bot@intel.com>
  • Loading branch information
chensuyue and NeuralChatBot authored Sep 18, 2024
1 parent 04385c9 commit 1e4c382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scripts/freeze_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ function main() {
echo "::group::pip install --no-cache-dir pip-tools" && pip install --no-cache-dir pip-tools --upgrade && echo "::endgroup::"
export -f freeze
find . -name "requirements.txt" | xargs -n 1 -I {} bash -c 'freeze "$@"' _ {}
find . -name "requirements-runtime.txt" | xargs -n 1 -I {} bash -c 'freeze "$@"' _ {}
}

main

0 comments on commit 1e4c382

Please sign in to comment.