Skip to content

Commit 8a4a23a

Browse files
chore: cleanup unit test script to provide required package name
1 parent 5a653be commit 8a4a23a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

python-test/env-setup/setup_python_env.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/bin/bash
2+
#
3+
# Copyright (c) 2023-2026 CLOUDRISK Limited and FT Advisory LLC
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
6+
27

38
function error {
49
echo
@@ -94,7 +99,7 @@ echo "***** Get and Install Runtime"
9499
# If RUNE_RUNTIME_DIR is not specified or the directory does not exist, it will install from GitHub.
95100
# Set RUNE_RUNTIME_REF to control which branch/tag/commit is used (default: main).
96101
# Example: export RUNE_RUNTIME_REF="feature/function_support"
97-
# RUNE_RUNTIME_DIR="/Users/dls/projects/rune/rune-python-runtime/FINOS/rune-python-runtime"
102+
RUNE_RUNTIME_DIR="/Users/dls/projects/rune/rune-python-runtime/FINOS/rune-python-runtime"
98103
RUNE_RUNTIME_REF="feature/function_support"
99104

100105
if [ -n "$RUNE_RUNTIME_DIR" ] && [ -d "$RUNE_RUNTIME_DIR" ]; then

0 commit comments

Comments
 (0)