ci: compliance script should use python3
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
4b0b070267
commit
541f791fad
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
import sys
|
||||
import subprocess
|
||||
import re
|
||||
|
|
Loading…
Reference in a new issue