Skip to content

Commit

Permalink
Fix sonpy version and print python version in action
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Jan 26, 2024
1 parent c5f2726 commit e6a497d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/io-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
${{ runner.os }}-conda-env-${{ steps.dependencies.outputs.hash }}-
${{ runner.os }}-conda-env-
- name: Python version
run: python --version

- name: Install testing dependencies
# testing environment is only created from yml if no cache was found
# restore-key hits should result in `cache-hit` == 'false'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ test = [
"coverage",
"coveralls",
"pillow",
"sonpy",
"sonpy;python_version<'3.10'",
"pynwb",
"probeinterface",
"zugbruecke>=0.2",
Expand Down

0 comments on commit e6a497d

Please sign in to comment.