From af57ab592eae18d22592a1ecc4a33ee3873a5241 Mon Sep 17 00:00:00 2001 From: Tim Spain Date: Mon, 28 Oct 2024 13:00:42 +0100 Subject: [PATCH] Maybe pip3 works. --- .github/workflows/test_suite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_suite.yml b/.github/workflows/test_suite.yml index a13bbe04d..7a5f15d34 100644 --- a/.github/workflows/test_suite.yml +++ b/.github/workflows/test_suite.yml @@ -101,8 +101,8 @@ jobs: brew install boost brew install eigen brew install cmake - pip install numpy - pip install netCDF4 + pip3 install numpy + pip3 install netCDF4 # tmate can be used to get an interactive ssh session to the github runner # for debugging actions. See