File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ echo "Converting Panel apps to Pyodide worker output..."
6262export PYTHONPATH=" ${ROOT_DIR} /src:${PYTHONPATH:- } "
6363
6464# Use the full path for the requirements so the converter can find the file
65- " ${PYTHON_BIN} " -m panel convert panel/simdec_app.py panel/sampling.py \
65+ " ${PYTHON_BIN} " -m panel convert " ${ROOT_DIR} / panel/simdec_app.py" " ${ROOT_DIR} / panel/sampling.py" \
6666 --to pyodide-worker \
6767 --out " ${OUT_DIR} " \
68- --requirements " ${SIMDEC_WHEEL_PATH} " numpy pandas matplotlib seaborn scipy SALib \
69- --resources panel/data/stress.csv
68+ --requirements " ${ROOT_DIR} / ${ SIMDEC_WHEEL_PATH}" numpy pandas matplotlib seaborn scipy SALib \
69+ --resources " ${ROOT_DIR} / panel/data/stress.csv"
7070
7171# Copy custom index page and static assets
7272echo " Copying custom index page and static assets..."
You can’t perform that action at this time.
0 commit comments