From d6c2ada4f914d3f78f246af497abd6ca77fe4d36 Mon Sep 17 00:00:00 2001 From: Andi <andi.gerken@gmail.com> Date: Mon, 9 May 2022 20:25:32 +0200 Subject: [PATCH] Added torch to the test environment. --- ci/test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/test.py b/ci/test.py index ab41980..7772e43 100755 --- a/ci/test.py +++ b/ci/test.py @@ -37,6 +37,7 @@ if __name__ == "__main__": ] ) + check_call([python_venv_executable(), "-m", "pip", "install", "torch"]) check_call( [ python_venv_executable(), -- GitLab