Skip to content

Commit

Permalink
Use correct project command
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Nov 6, 2024
1 parent a47d72b commit 7df6c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr_testing/run-pr-profiling.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ for PROFILING_WORKFLOW in $WORKFLOWS;do
eval `scram unsetenv -sh`
mkdir -p $WORKSPACE/IB
pushd $WORKSPACE/IB
scram project $CMSSW_VERSION
scram project CMSSW $CMSSW_VERSION
pushd $CMSSW_VERSION
eval `scram run -sh`
popd
Expand Down

0 comments on commit 7df6c16

Please sign in to comment.