diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 29e65f53..17548a8d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- # # Copyright (C) 2021-2024 CERN. +# Copyright (C) 2025 Northwestern University. # # Invenio-Requests is free software; you can redistribute it and/or modify # it under the terms of the MIT License; see LICENSE file for more details. @@ -31,7 +32,9 @@ jobs: uses: inveniosoftware/workflows/.github/workflows/tests-python.yml@master with: extras: "tests" + python-version: '["3.9", "3.11", "3.14"]' + JS: uses: inveniosoftware/workflows/.github/workflows/tests-js.yml@master with: - translations-working-directory: invenio_requests/assets/semantic-ui/translations/invenio_requests \ No newline at end of file + translations-working-directory: invenio_requests/assets/semantic-ui/translations/invenio_requests