Skip to content

Commit b39247d

Browse files
committed
add pythonpath for running python scenes
1 parent ef4c6ad commit b39247d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ jobs:
139139
# Setup mandatory env vars
140140
export REGRESSION_SCENES_DIR="${WORKSPACE_SRC_PATH}/examples"
141141
export REGRESSION_REFERENCES_DIR="${WORKSPACE_SRC_PATH}/regression/references"
142+
export PYTHONPATH=$SOFA_ROOT/plugins/SofaPython3/lib/python3/site-packages
142143
# Run regression test bench
143144
${SOFA_ROOT}/bin/Regression_test${{ steps.sofa.outputs.exe }}
144145
else

0 commit comments

Comments
 (0)