switch back to main neo in CI (#22660)

refs https://github.com/andreaferretti/neo/pull/53

(cherry picked from commit b9f039e0c3)
This commit is contained in:
metagn
2023-09-06 12:37:51 +03:00
committed by narimiran
parent 1dc85802e2
commit 1b80f7126a

View File

@@ -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