We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c95ab57 commit aa494ceCopy full SHA for aa494ce
.github/workflows/pages-build.yaml
@@ -51,7 +51,7 @@ jobs:
51
- name: Verify installation
52
run: |
53
python -c "import sys; print(sys.exec_prefix)"
54
- python -c "import superneuromat"
+ python -c "import superneuromat; print(superneuromat.__version__)"
55
uv pip show superneuromat
56
- name: Build HTML
57
0 commit comments