From b9f039e0c39c8f4e10ebdbe77e9a91f2595e1cbe Mon Sep 17 00:00:00 2001 From: metagn Date: Wed, 6 Sep 2023 12:37:51 +0300 Subject: [PATCH] switch back to main neo in CI (#22660) refs https://github.com/andreaferretti/neo/pull/53 --- testament/important_packages.nim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 59f3be0259..873da0dbd0 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -96,8 +96,7 @@ pkg "measuremancer", "nimble testDeps; nimble -y test" pkg "memo" pkg "msgpack4nim", "nim c -r tests/test_spec.nim" pkg "nake", "nim c nakefile.nim" -pkg "neo", "nim c -d:blas=openblas --mm:refc tests/all.nim", "https://github.com/metagn/neo" -# remove custom url when https://github.com/andreaferretti/neo/pull/53 is merged +pkg "neo", "nim c -d:blas=openblas --mm:refc tests/all.nim" pkg "nesm", "nimble tests", "https://github.com/nim-lang/NESM", useHead = true pkg "netty" pkg "nico", allowFailure = true