Skip to content

Commit a790669

Browse files
committed
mol
1 parent fdd66b4 commit a790669

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

devtools/install_molecule.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ cd ../src/python
8585
echo "📦 Installing py_rdl via pip..."
8686
$COMMAND_PKG run -n arc_env pip install .
8787

88-
echo "🔬 Verifying py_rdl import..."
88+
echo "🔬 Verifying py_rdl import from installed site-packages..."
89+
cd "$ARC_ROOT"
8990
$COMMAND_PKG run -n arc_env python -c "import py_rdl.wrapper.DataInternal; print('✅ py_rdl.wrapper.DataInternal import successful')"
9091

9192
# === 2. Clone and build molecule ===

0 commit comments

Comments
 (0)