From ace9c958c6a2565f55747f2c96b8595b5f3c52fa Mon Sep 17 00:00:00 2001 From: Johan Larsson Date: Wed, 29 Nov 2023 16:32:42 +0100 Subject: [PATCH] ci: install numpy explicity, for debugging action --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a6d498c..fb411f1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - python -m pip install pybind11 setuptools + python -m pip install pybind11 setuptools numpy - name: Install run: python -m pip install .