Skip to content

Commit 12cdec9

Browse files
committed
try not to download dhn_med_py
1 parent d360787 commit 12cdec9

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/io-test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
fail-fast: true
2020
matrix:
2121
python-version: ['3.9', '3.12']
22-
numpy-version: ["1.26.4"]
2322
defaults:
2423
# by default run in bash mode (required for conda usage)
2524
run:
@@ -91,13 +90,9 @@ jobs:
9190
- name: Install neo including dependencies
9291
# installation with dependencies is only required if no cache was found
9392
# restore-key hits should result in `cache-hit` == 'false'
94-
# in the run we don't do upgrade to prevent forced numpy 2.0. when ready
95-
# change to pip install --upgrade -e . instead.
9693
if: steps.cache-conda-env.outputs.cache-hit != 'true'
9794
run: |
98-
pip install -e .
99-
pip uninstall numpy -y
100-
pip install numpy==1.26.4
95+
pip install --upgrade -e .
10196
pip install .[test]
10297
10398
- name: Install neo without dependencies

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ iocache = [
4545
]
4646

4747
test = [
48-
"dhn_med_py<2.0", # ci failing with 2.0 test future version when stable
48+
# "dhn_med_py<2.0", # ci failing with 2.0 test future version when stable
4949
"pytest",
5050
"pytest-cov",
5151
# datalad # this dependency is covered by conda (environment_testing.yml)
@@ -106,7 +106,7 @@ plexon2 = ["zugbruecke>=0.2; sys_platform!='win32'", "wenv; sys_platform!='win32
106106
all = [
107107
"coverage",
108108
"coveralls",
109-
"dhn_med_py<2.0", # ci failing with 2.0 test future version when stable
109+
# "dhn_med_py<2.0", # ci failing with 2.0 test future version when stable
110110
"h5py",
111111
"igor2",
112112
"ipython",

0 commit comments

Comments
 (0)