We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f2726 commit e6a497dCopy full SHA for e6a497d
.github/workflows/io-test.yml
@@ -69,6 +69,9 @@ jobs:
69
${{ runner.os }}-conda-env-${{ steps.dependencies.outputs.hash }}-
70
${{ runner.os }}-conda-env-
71
72
+ - name: Python version
73
+ run: python --version
74
+
75
- name: Install testing dependencies
76
# testing environment is only created from yml if no cache was found
77
# restore-key hits should result in `cache-hit` == 'false'
pyproject.toml
@@ -62,7 +62,7 @@ test = [
62
"coverage",
63
"coveralls",
64
"pillow",
65
- "sonpy",
+ "sonpy;python_version<'3.10'",
66
"pynwb",
67
"probeinterface",
68
"zugbruecke>=0.2",
0 commit comments