Skip to content

Commit

Permalink
Merge pull request EESSI#175 from EESSI/bump_default_CI_reframe_version
Browse files Browse the repository at this point in the history
Bump default ReFrame version
  • Loading branch information
smoors authored Sep 4, 2024
2 parents 261b3cd + 15404a5 commit 2bcb681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/run_reframe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [ -z "${REFRAME_ARGS}" ]; then
REFRAME_ARGS="--tag CI --tag 1_node"
fi
if [ -z "${REFRAME_VERSION}"]; then
REFRAME_VERSION=4.5.1
REFRAME_VERSION=4.6.2
fi
if [ -z "${REFRAME_URL}" ]; then
REFRAME_URL='https://github.com/reframe-hpc/reframe.git'
Expand Down

0 comments on commit 2bcb681

Please sign in to comment.