Skip to content

Commit

Permalink
Add missing /
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Sep 16, 2024
1 parent 239d030 commit 2912761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/concretize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
elif [ "${{ matrix.build_type }}" = "nightly" ]; then
env=key4hep-nightly-opt
pip3 install pyyaml
python3 /${name}/scripts/fetch_nightly_versions.py --path ${name}/environments/key4hep-common/packages.yaml --extra-path ${name}/environments/key4hep-nightly-opt/packages.yaml ""
python3 /${name}/scripts/fetch_nightly_versions.py --path /${name}/environments/key4hep-common/packages.yaml --extra-path /${name}/environments/key4hep-nightly-opt/packages.yaml ""
else
echo "Unknown build type"
exit 1
Expand Down

0 comments on commit 2912761

Please sign in to comment.