From 921b0c062e25fe6da67c8e03419418cf4ca84a50 Mon Sep 17 00:00:00 2001 From: Hansung Kim Date: Thu, 5 Oct 2023 11:13:14 -0700 Subject: [PATCH] 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. --- scripts/insert-includes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/insert-includes.py b/scripts/insert-includes.py index 1e8a43ac..ed6fed73 100755 --- a/scripts/insert-includes.py +++ b/scripts/insert-includes.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # replaces a `include with the full include file #