diff --git a/.github/workflows/lcg_linux_with_podio.yml b/.github/workflows/lcg_linux_with_podio.yml index 028865f97..bf271f73d 100644 --- a/.github/workflows/lcg_linux_with_podio.yml +++ b/.github/workflows/lcg_linux_with_podio.yml @@ -43,6 +43,7 @@ jobs: unset CPATH export CMAKE_PREFIX_PATH=$(pwd)/install:$CMAKE_PREFIX_PATH export LD_LIBRARY_PATH=$(pwd)/install/lib:$(pwd)/install/lib64:$LD_LIBRARY_PATH + export PYTHONPATH=$(pwd)/install/python:$PYTHONPATH echo "::endgroup::" echo "::group::Build edm4hep" cd $STARTDIR