i4Ds / Karabo-Pipeline

The Karabo Pipeline can be used as Digital Twin for SKA
https://i4ds.github.io/Karabo-Pipeline/
MIT License
11 stars 4 forks source link

Fix version #565

Closed Lukas113 closed 6 months ago

Lukas113 commented 6 months ago

This PR is fixing the issue that versioneer can't properly get the version from a package-wheel. It works for pip install from local, but not from conda install from anaconda.org. However, I've tested the changed by creating a conda dev-wheel and checked that karabo.__version__ != "0+unknown"

Current release installation: image

dev-installation with these changes: image

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 66.92%. Comparing base (17b74a7) to head (d5bc174).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #565 +/- ## ========================================== - Coverage 66.93% 66.92% -0.01% ========================================== Files 49 48 -1 Lines 4996 4995 -1 ========================================== - Hits 3344 3343 -1 Misses 1652 1652 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.