mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-14 09:06:10 +00:00
ci: add python package build test
* We now test a package build on every PRs. * Add precommit rule to validate the presence of __init__.py in directoies that contain python files Closes: https://github.com/meta-llama/llama-stack/issues/2406 Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
6039d922c0
commit
ba7e95e035
13 changed files with 144 additions and 1 deletions
5
llama_stack/providers/utils/tools/__init__.py
Normal file
5
llama_stack/providers/utils/tools/__init__.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the terms described in the LICENSE file in
|
||||
# the root directory of this source tree.
|
Loading…
Add table
Add a link
Reference in a new issue