Skip to content

Commit

Permalink
another attempt to get numpy to work.
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 authored Oct 18, 2024
1 parent b67684b commit 7154a18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/io-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7154a18

Please sign in to comment.