Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/key4hep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
fail-fast: false
matrix:
detector_model: [ILD_l5_o1_v02]
key4hep_build: [sw.hsf.org, sw-nightlies.hsf.org]
os: [el9]
key4hep_build: [sw-nightlies.hsf.org]
os: [el9, ubuntu2404, ubuntu2604]
include:
- detector_model: ILD_l5_o1_v02
key4hep_build: sw-nightlies.hsf.org
os: ubuntu2404
key4hep_build: sw.hsf.org
os: el9

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -68,12 +68,12 @@ jobs:
fail-fast: false
matrix:
detector_model: [ILD_l5_o1_v02]
key4hep_build: [sw.hsf.org, sw-nightlies.hsf.org]
os: [el9]
key4hep_build: [sw-nightlies.hsf.org]
os: [el9, ubuntu2404, ubuntu2604]
include:
- detector_model: ILD_l5_o1_v02
key4hep_build: sw-nightlies.hsf.org
os: ubuntu2404
key4hep_build: sw.hsf.org
os: el9

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
matrix:
detector_model: [ILD_FCCee_v01, ILD_FCCee_v02]
key4hep_build: [sw-nightlies.hsf.org]
os: [ubuntu2404, el9]
os: [el9, ubuntu2404, ubuntu2604]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion StandardConfig/production/ILDReconstruction.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# Make sure we have the py_utils on the PYHTONPATH (but don't give them any more
# importance than necessary)
sys.path.append(Path(__file__).parent)
sys.path.append(str(Path(__file__).parent))
from py_utils import (
SequenceLoader,
get_drop_collections,
Expand Down
Loading