From 29e42fdeb39c22be965cddf4b7a1b195d0c1e289 Mon Sep 17 00:00:00 2001 From: Camilo Diaz Date: Wed, 12 Jun 2024 16:48:34 -0400 Subject: [PATCH] testing only macos python 3.9 --- .github/workflows/unit_tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index a80087865..affdc1447 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -38,8 +38,8 @@ jobs: - name: Install dependencies shell: bash -el {0} run: | - python3 -m pip install --upgrade pip - python3 -m pip install mpi4py openmpi + python -m pip install --upgrade pip + python -m pip install mpi4py openmpi - name: Check MPI version shell: bash -el {0} run: | @@ -47,6 +47,7 @@ jobs: - name: Check Python version shell: bash -el {0} run: | + python --version python3 --version - name: Install HNN-core shell: bash -el {0}