Skip to content

Commit e6a497d

Browse files
committed
Fix sonpy version and print python version in action
1 parent c5f2726 commit e6a497d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/io-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ jobs:
6969
${{ runner.os }}-conda-env-${{ steps.dependencies.outputs.hash }}-
7070
${{ runner.os }}-conda-env-
7171
72+
- name: Python version
73+
run: python --version
74+
7275
- name: Install testing dependencies
7376
# testing environment is only created from yml if no cache was found
7477
# restore-key hits should result in `cache-hit` == 'false'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ test = [
6262
"coverage",
6363
"coveralls",
6464
"pillow",
65-
"sonpy",
65+
"sonpy;python_version<'3.10'",
6666
"pynwb",
6767
"probeinterface",
6868
"zugbruecke>=0.2",

0 commit comments

Comments
 (0)