Skip to content

Commit 15ba8b6

Browse files
authored
Change datamodel-doc script shebangs (#6792)
To run them in GitHub Actions, we need to use `/usr/bin/env`.
1 parent 274523f commit 15ba8b6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/datamodel-doc/ALICEO2dataModel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3.6
1+
#!/usr/bin/env python3
22
import sys
33
import numpy as np
44
import nltk

scripts/datamodel-doc/extractDataModel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3.6
1+
#!/usr/bin/env python3
22

33
import os
44
import sys

scripts/datamodel-doc/mdUpdate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3.6
1+
#!/usr/bin/env python3
22

33
import sys
44
import xml.etree.ElementTree as ET

0 commit comments

Comments
 (0)