Skip to content

Commit 7154a18

Browse files
authored
another attempt to get numpy to work.
1 parent b67684b commit 7154a18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/io-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ jobs:
9696
if: steps.cache-conda-env.outputs.cache-hit != 'true'
9797
run: |
9898
pip install -e .
99+
pip uninstall numpy
100+
pip install numpy==1.26.4
99101
pip install .[test]
100102
101103
- name: Install neo without dependencies

0 commit comments

Comments
 (0)