fix: fix jean-web installation url
This commit is contained in:
parent
580d73b015
commit
0364684184
|
|
@ -25,7 +25,7 @@ def build(session: Session) -> None:
|
|||
"""Run unit tests."""
|
||||
session.install(
|
||||
"nodeenv",
|
||||
"git+https://git.collectivit.org/collectivit/jean-web",
|
||||
"git+https://git.frog-collective.com/collectivit/jean-web",
|
||||
"babel",
|
||||
"jinja2"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue