We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd66b4 commit a790669Copy full SHA for a790669
1 file changed
devtools/install_molecule.sh
@@ -85,7 +85,8 @@ cd ../src/python
85
echo "📦 Installing py_rdl via pip..."
86
$COMMAND_PKG run -n arc_env pip install .
87
88
-echo "🔬 Verifying py_rdl import..."
+echo "🔬 Verifying py_rdl import from installed site-packages..."
89
+cd "$ARC_ROOT"
90
$COMMAND_PKG run -n arc_env python -c "import py_rdl.wrapper.DataInternal; print('✅ py_rdl.wrapper.DataInternal import successful')"
91
92
# === 2. Clone and build molecule ===
0 commit comments