diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 50f53d4a..937c57f1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,7 +41,7 @@ jobs: env: DB: ${{ matrix.DB }} - EXTRAS: tests,${{ matrix.DB }} + EXTRAS: tests,admin,${{ matrix.DB }} steps: - name: Checkout uses: actions/checkout@v4 diff --git a/setup.cfg b/setup.cfg index 9a87c44d..af44ccd9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,6 @@ install_requires = [options.extras_require] tests = - invenio-admin>=1.2.1,<2.0.0 pytest-black-ng>=0.4.0 pytest-invenio>=2.1.0,<3.0.0 pytest-mock>=1.6.0