diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1eb13f5..264fff9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,3 +27,5 @@ on: jobs: Python: uses: inveniosoftware/workflows/.github/workflows/tests-python.yml@master + with: + extras: tests,admin diff --git a/setup.cfg b/setup.cfg index 89715ce..d03d08f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,6 @@ install_requires = tests = pytest-black-ng>=0.4.0 Flask-Menu>=0.5.1 - invenio-admin>=1.2.0 invenio-access>=1.0.0 invenio-accounts>=1.4.0 mock>=3.0.0 @@ -46,6 +45,8 @@ tests = datacite>=0.1.0 Sphinx>=4.5.0 invenio-db[mysql,postgresql,versioning]>=1.0.9,<2.0.0 +admin = + invenio-admin>=1.2.0 [options.entry_points] invenio_db.alembic =