We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef4c6ad commit b39247dCopy full SHA for b39247d
1 file changed
.github/workflows/ci.yml
@@ -139,6 +139,7 @@ jobs:
139
# Setup mandatory env vars
140
export REGRESSION_SCENES_DIR="${WORKSPACE_SRC_PATH}/examples"
141
export REGRESSION_REFERENCES_DIR="${WORKSPACE_SRC_PATH}/regression/references"
142
+ export PYTHONPATH=$SOFA_ROOT/plugins/SofaPython3/lib/python3/site-packages
143
# Run regression test bench
144
${SOFA_ROOT}/bin/Regression_test${{ steps.sofa.outputs.exe }}
145
else
0 commit comments