mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-16 23:49:28 +00:00
fix precommit hook ci failure
This commit is contained in:
parent
afae4e3d8e
commit
e83ce36780
3 changed files with 11 additions and 4 deletions
|
|
@ -1,5 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
# 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.
|
||||
|
||||
if [[ $# -ne 1 ]]; then
|
||||
echo "Error: Please provide the name of CONDA environment you wish to create"
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue