We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f93ccb commit 8942e29Copy full SHA for 8942e29
.github/workflows/build-test.yaml
@@ -169,6 +169,7 @@ jobs:
169
- name: pip install the package
170
run: |
171
python -m pip install .[test]
172
+ git tag
173
python -c "import geant4_python_application; print(geant4_python_application.version)"
174
175
# test ability to download datasets in one job and use the cache in the others
tests/test_module.py
@@ -4,7 +4,6 @@
4
5
6
def test_imports():
7
- assert geant4_python_application.__doc__
8
assert geant4_python_application.__version__
9
assert geant4_python_application.version
10
awkward_version = geant4_python_application.awkward_version
0 commit comments