Skip to content

Commit

Permalink
Make sure to use the python bindings of podio that we build
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jul 29, 2024
1 parent d409c53 commit 737f0e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lcg_linux_with_podio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 737f0e1

Please sign in to comment.