From 6381f45c92feef370a07525c08ab6c8029b60672 Mon Sep 17 00:00:00 2001 From: Camilo Diaz Date: Wed, 12 Jun 2024 12:03:37 -0400 Subject: [PATCH] added python version verification --- .github/workflows/unit_tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 8a3ff4940..77328f4fc 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -45,6 +45,10 @@ jobs: shell: bash -el {0} run: | mpiexec --version + - name: Check Python version + shell: bash -el {0} + run: | + python --version - name: Install HNN-core shell: bash -el {0} run: |