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
No related branches found
No related tags found
1 merge request!172Changes for compatibility with pystencils 2.0
Pipeline #77953 passed with warnings
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment