Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
translations-working-directory: invenio_requests/assets/semantic-ui/translations/invenio_requests
Loading