Use env python interpreter in insert-includes.py

This fixes failing CI for CVA6/nvdla on a system that does not have a
/usr/bin/python interpreter by making the script use one from conda env.
This commit is contained in:
Hansung Kim
2023-10-05 11:13:14 -07:00
parent adebd634b4
commit 921b0c062e

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# replaces a `include with the full include file
#