From 90993aeff6baa117c3db44617750b783c4fac5c8 Mon Sep 17 00:00:00 2001 From: metagn Date: Tue, 3 Dec 2024 06:48:21 +0300 Subject: [PATCH] install older version of nimcuda for arraymancer (#24496) Attempt to fix CI failure, refs https://github.com/nim-lang/Nim/pull/24495#issuecomment-2511299112, alternative is to use a commit version like https://github.com/SciNim/nimcuda/commit/bc65375ff52980ca2faec058bea40c2306ab6081 (cherry picked from commit 33dc2367e786b278cfc5245f8e1a736374882d5b) --- testament/important_packages.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 32ab5b64062af..2f5bf8eb1de94 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -35,7 +35,7 @@ proc pkg(name: string; cmd = "nimble test"; url = "", useHead = true, allowFailu pkg "alea" pkg "argparse" -pkg "arraymancer", "nim c tests/tests_cpu.nim" +pkg "arraymancer", "nimble install -y; nimble uninstall -i -y nimcuda; nimble install nimcuda@0.2.1; nim c tests/tests_cpu.nim" pkg "ast_pattern_matching", "nim c -r tests/test1.nim" pkg "asyncftpclient", "nimble compileExample" pkg "asyncthreadpool", "nimble test --mm:refc"