From 85311563830d564cefb6c225b3075028d3b3d7b6 Mon Sep 17 00:00:00 2001 From: Bharat Medasani Date: Wed, 22 Nov 2023 15:44:12 -0600 Subject: [PATCH] Get the location of python --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b442e54b..1517219dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,11 @@ jobs: set -ex ls -l + - name: Print python location + run: | + set -ex + which python + - name: apt-get stuff needed for libstell and vmec run: | sudo apt-get update