Skip to content

Commit

Permalink
install older version of nimcuda for arraymancer (#24496)
Browse files Browse the repository at this point in the history
Attempt to fix CI failure, refs
#24495 (comment),
alternative is to use a commit version like
SciNim/nimcuda@bc65375

(cherry picked from commit 33dc236)
  • Loading branch information
metagn authored and narimiran committed Dec 9, 2024
1 parent 15e5ddc commit 90993ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testament/important_packages.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 90993ae

Please sign in to comment.