Skip to content

feat: display package version in administration panel #5172

feat: display package version in administration panel

feat: display package version in administration panel #5172

Triggered via pull request September 11, 2024 20:59
Status Failure
Total duration 4m 59s
Artifacts

tests.yml

on: pull_request
Matrix: JS / Tests
Matrix: Python / Tests
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Python / Tests (3.9, postgresql14, opensearch2): invenio_app_rdm/config.py#L1
isort-check # ====================== # from invenio_app_rdm import __version__ + ADMINISTRATION_DISPLAY_VERSIONS = [("invenio-app-rdm", f"v{__version__}")] """Show the InvenioRDM version in the administration panel."""
Python / Tests (3.9, postgresql14, opensearch2): invenio_app_rdm/config.py#L1
Black format check --- /home/runner/work/invenio-app-rdm/invenio-app-rdm/invenio_app_rdm/config.py 2024-09-11 20:59:48.722479+00:00 +++ /home/runner/work/invenio-app-rdm/invenio-app-rdm/invenio_app_rdm/config.py 2024-09-11 21:03:46.485454+00:00 @@ -1422,7 +1422,8 @@ # Invenio-Administration # ====================== # from invenio_app_rdm import __version__ + ADMINISTRATION_DISPLAY_VERSIONS = [("invenio-app-rdm", f"v{__version__}")] """Show the InvenioRDM version in the administration panel."""
Python / Tests (3.9, postgresql14, opensearch2)
Process completed with exit code 1.
Python / Tests (3.12, postgresql14, opensearch2): invenio_app_rdm/config.py#L1
isort-check # ====================== # from invenio_app_rdm import __version__ + ADMINISTRATION_DISPLAY_VERSIONS = [("invenio-app-rdm", f"v{__version__}")] """Show the InvenioRDM version in the administration panel."""
Python / Tests (3.12, postgresql14, opensearch2): invenio_app_rdm/config.py#L1
Black format check --- /home/runner/work/invenio-app-rdm/invenio-app-rdm/invenio_app_rdm/config.py 2024-09-11 20:59:49.771409+00:00 +++ /home/runner/work/invenio-app-rdm/invenio-app-rdm/invenio_app_rdm/config.py 2024-09-11 21:04:02.541878+00:00 @@ -1422,7 +1422,8 @@ # Invenio-Administration # ====================== # from invenio_app_rdm import __version__ + ADMINISTRATION_DISPLAY_VERSIONS = [("invenio-app-rdm", f"v{__version__}")] """Show the InvenioRDM version in the administration panel."""
Python / Tests (3.12, postgresql14, opensearch2)
Process completed with exit code 1.