From 7154a187f56804618a77f1d7bf55e479694d4166 Mon Sep 17 00:00:00 2001 From: Zach McKenzie <92116279+zm711@users.noreply.github.com> Date: Fri, 18 Oct 2024 06:02:25 -0400 Subject: [PATCH] another attempt to get numpy to work. --- .github/workflows/io-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/io-test.yml b/.github/workflows/io-test.yml index 291f85551..688ddea51 100644 --- a/.github/workflows/io-test.yml +++ b/.github/workflows/io-test.yml @@ -96,6 +96,8 @@ jobs: if: steps.cache-conda-env.outputs.cache-hit != 'true' run: | pip install -e . + pip uninstall numpy + pip install numpy==1.26.4 pip install .[test] - name: Install neo without dependencies