diff --git a/cscs-checks/libraries/boost/boost_python_check.py b/cscs-checks/libraries/boost/boost_python_check.py index d08bb31b11..af8c702459 100644 --- a/cscs-checks/libraries/boost/boost_python_check.py +++ b/cscs-checks/libraries/boost/boost_python_check.py @@ -2,7 +2,7 @@ import reframe.utility.sanity as sn -@rfm.parameterized_test(['1.67.0', '18.07', '2.7'], ['1.67.0', '18.07', '3.6']) +@rfm.parameterized_test(['1.67.0', '18.08', '2.7'], ['1.67.0', '18.08', '3.6']) class BoostCrayGnuPythonTest(rfm.RegressionTest): def __init__(self, boost_version, cray_gnu_version, python_version): super().__init__()