We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a9f6c commit 8a1f9c8Copy full SHA for 8a1f9c8
1 file changed
scripts/build_wasm.sh
@@ -78,7 +78,7 @@ cd "${ROOT_DIR}/panel"
78
--to pyodide-worker \
79
--out "${ROOT_DIR}/${OUT_DIR}" \
80
--requirements "${ROOT_DIR}/${SIMDEC_WHEEL_PATH}" numpy pandas matplotlib seaborn scipy SALib \
81
- --resources data/stress.csv
+ --resources "${ROOT_DIR}/panel/data/stress.csv"
82
83
# Step back out to the root directory for the rest of the script
84
cd "${ROOT_DIR}"
0 commit comments