Skip to content

Commit d5a27e0

Browse files
🔨 Fix python version
1 parent fb7039b commit d5a27e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test_mukh_pip.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ conda create -n mukh-pip python=3.10 -y
1212
# Activate conda environment
1313
eval "$(conda shell.bash hook)"
1414
conda activate mukh-pip
15-
pip install mukh
15+
pip install mukh==0.1.13
1616

1717
echo "\nCleaning output directory..."
1818
rm -rf output

0 commit comments

Comments
 (0)