Skip to content

Commit

Permalink
Build EDM4hep in a dedicated directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Sep 9, 2024
1 parent 67cfc3c commit 11ade58
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
path: edm4hep
- uses: actions/checkout@v4
with:
repository: AIDASoft/podio
Expand All @@ -29,10 +31,7 @@ jobs:
source init.sh && source env.sh
echo "::endgroup::"
echo "::group::Run pre-commit"
echo "=================================="
echo $CMAKE_PREFIX_PATH | tr ':' '\n'
echo "=================================="
cd $STARTDIR
cd $STARTDIR/edm4hep
export PYTHONPATH=$(python -m site --user-site):$PYTHONPATH
export PATH=/root/.local/bin:$PATH
pip install argparse --user
Expand Down

0 comments on commit 11ade58

Please sign in to comment.