Just wanted to let you know that since release 1.0.0 the cli hangs indefinitely upon call in our pipeline runners (azure Dev-Ops, ubuntu-latest).
We install using pip. I am happy to provide further information, though there is not much to go on:
...
Collecting jinja2-cli (from -r requirements/build.txt (line 3))
Downloading jinja2_cli-1.0.0-py3-none-any.whl.metadata (5.0 kB)
Collecting jinja2 (from -r requirements/build.txt (line 4))
Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB)
...
Upon call, $> jinja2 ... there is no output and the tool hangs indefinitely.
We went back to the previous version at 0.8.2 in order to fix our pipeline
Just wanted to let you know that since release 1.0.0 the cli hangs indefinitely upon call in our pipeline runners (azure Dev-Ops, ubuntu-latest).
We install using pip. I am happy to provide further information, though there is not much to go on:
Upon call,
$> jinja2 ...there is no output and the tool hangs indefinitely.We went back to the previous version at
0.8.2in order to fix our pipeline