Skip to content

Commit f36daa8

Browse files
committed
last attempt to get action working
1 parent 18cf5ea commit f36daa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/io-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ jobs:
9090
- name: Install neo including dependencies
9191
# installation with dependencies is only required if no cache was found
9292
# restore-key hits should result in `cache-hit` == 'false'
93-
# in the run we limit numpy for now. Change this in the next phase of numpy 2.0 support.
93+
# in the run we don't do upgrade to prevent forced numpy 2.0. when ready
94+
# change to pip install --upgrade -e . instead.
9495
if: steps.cache-conda-env.outputs.cache-hit != 'true'
9596
run: |
96-
pip install --upgrade -e .
97-
pip install numpy==1.26.4
97+
pip install -e .
9898
pip install .[test]
9999
100100
- name: Install neo without dependencies

0 commit comments

Comments
 (0)