Skip to content

Commit 8942e29

Browse files
committed
new versioning
1 parent 3f93ccb commit 8942e29

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/build-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ jobs:
169169
- name: pip install the package
170170
run: |
171171
python -m pip install .[test]
172+
git tag
172173
python -c "import geant4_python_application; print(geant4_python_application.version)"
173174
174175
# test ability to download datasets in one job and use the cache in the others

tests/test_module.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55

66
def test_imports():
7-
assert geant4_python_application.__doc__
87
assert geant4_python_application.__version__
98
assert geant4_python_application.version
109
awkward_version = geant4_python_application.awkward_version

0 commit comments

Comments
 (0)