Skip to content

Commit

Permalink
Fix release env
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Oct 8, 2024
1 parent 767e473 commit ec4212d
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 @@ -49,7 +49,7 @@ jobs:
source /key4hep-spack/.cherry-pick
if [ "${{ matrix.build_type }}" = "release" ]; then
env=key4hep-release
env=key4hep-release-opt
elif [ "${{ matrix.build_type }}" = "nightly" ]; then
env=key4hep-nightly-opt
pip3 install pyyaml
Expand Down

0 comments on commit ec4212d

Please sign in to comment.