Skip to content

Commit

Permalink
updated init py: PackageNotFoundError is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthergl committed Dec 7, 2023
1 parent 6da6a10 commit f28e2af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
- uses: actions/checkout@v3
- name: Download test data
run: >-
pipx run --python '3.11'
pipx install requests
python tests/specific_analyses/e03_download_intraassay_zenodo_zip.py
- name: Store the test data for use in other stages
Expand Down
2 changes: 1 addition & 1 deletion src/nbnode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
except PackageNotFoundError: # pragma: no cover
__version__ = "unknown"
finally:
del version, PackageNotFoundError
del version

0 comments on commit f28e2af

Please sign in to comment.