Skip to content
Snippets Groups Projects
Commit 102c3287 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

fix pystencils 2.0 git rev in noxfile

parent 8c0dc06d
1 merge request!172Draft: Changes for compatibility with pystencils 2.0
Pipeline #77953 passed with warnings with stages
in 31 minutes and 8 seconds
......@@ -146,7 +146,7 @@ def testsuite_pystencils2(session: nox.Session, cupy_version: str | None):
install_cupy(session, cupy_version, skip_if_no_cuda=True)
session.install(
"git+https://i10git.cs.fau.de/pycodegen/pystencils.git@fhennig/patches-for-lbmpy"
"git+https://i10git.cs.fau.de/pycodegen/pystencils.git@v2.0-dev"
)
editable_install(session, ["alltrafos", "use_cython", "interactive", "tests"])
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment