Skip to content

Commit aa494ce

Browse files
committed
show version
1 parent c95ab57 commit aa494ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Verify installation
5252
run: |
5353
python -c "import sys; print(sys.exec_prefix)"
54-
python -c "import superneuromat"
54+
python -c "import superneuromat; print(superneuromat.__version__)"
5555
uv pip show superneuromat
5656
- name: Build HTML
5757
run: |

0 commit comments

Comments
 (0)