Skip to content

Commit 6d13fb5

Browse files
committed
Update leap-catalog action to use correct path for run.sh script
1 parent 74c176d commit 6d13fb5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

leap-catalog/run.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ echo "Arguments: version=$1, validation-path=$2, single-feedstock=$3, generation
88
echo "🔍 Installing package version: $1"
99
python -m pip install "leap-data-management-utils[catalog]==$1" || { echo "Specific version installation failed"; exit 1; }
1010

11+
# Print version and show which leap-catalog and python
12+
echo "🔍 Version: $1"
13+
echo "🔍 leap-catalog location: $(which leap-catalog)"
14+
echo "🔍 python location: $(which python)"
15+
1116

1217
# Validate or generate based on input arguments
1318
if [ -n "$3" ]; then

0 commit comments

Comments
 (0)