Skip to content

Commit 9a89d01

Browse files
author
Vasileios Karakasis
authored
Merge branch 'master' into doc/expand-tutorials
2 parents 8d426fd + f52a0ab commit 9a89d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cscs-checks/prgenv/environ_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def __init__(self, module_name):
7070
module_name in ['cray-petsc-complex',
7171
'cray-petsc-complex-64',
7272
'cudatoolkit']) or
73-
(cdt and cdt < 20.11 and module_name == 'gcc')):
73+
(cdt and cdt < '20.11' and module_name == 'gcc')):
7474
self.valid_systems = []
7575

7676
self.maintainers = ['EK', 'VH']

0 commit comments

Comments
 (0)