From 77e86d0b7067fdbc1a8fb30ee0dc872775884f87 Mon Sep 17 00:00:00 2001 From: Ronald Krist Date: Tue, 21 Jan 2025 15:01:36 +0100 Subject: [PATCH] test dependencies --- run-tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run-tests.sh b/run-tests.sh index d28d310..a7afe2e 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -58,5 +58,7 @@ pip install -e ".[tests]" sh forked_install.sh invenio-records-resources sh forked_install.sh invenio-requests sh forked_install.sh invenio-drafts-resources +pip install -U --force-reinstall --no-deps https://github.com/oarepo/invenio-rdm-records/archive/oarepo-10.8.0.zip +pip install pytest-oarepo pytest $BUILD_TEST_DIR/test_requests pytest $BUILD_TEST_DIR/test_ui \ No newline at end of file