From 948a09cda4fb50caa1482a40129897636491406a Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Fri, 26 Jan 2024 15:11:35 +0100 Subject: [PATCH] Print which python --- .github/workflows/io-test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/io-test.yml b/.github/workflows/io-test.yml index 79cca7f82..e903f4d60 100644 --- a/.github/workflows/io-test.yml +++ b/.github/workflows/io-test.yml @@ -83,7 +83,9 @@ jobs: git config --global user.name "neo CI" - name: Python version - run: python --version + run: | + which python + python --version - name: Install neo including dependencies # installation with dependencies is only required if no cache was found