Skip to content

Commit

Permalink
update __init__.py for version
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmcreynolds committed Oct 31, 2023
1 parent dbe300d commit 108a0d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ jobs:
shell: bash -l {0}
run: |
set -vxeuo pipefail
ls pyscicat
coverage run -m pytest --ignore tests_integration -v
coverage report
4 changes: 1 addition & 3 deletions continuous_integration/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ python -m pip install --upgrade pip setuptools wheel numpy
# in the published documentation.
git fetch --tags --force
python -m pip install '.[hdf5]'
python -m pip list

ls pyscicat
python -m pip list
5 changes: 1 addition & 4 deletions pyscicat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
from ._version import get_versions

__version__ = get_versions()["version"]
del get_versions
from ._version import __version__, __version_tuple__

0 comments on commit 108a0d8

Please sign in to comment.