fix(gitpod): Make sure jinja2 and towncrier are available
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2667>
This commit is contained in:
parent
b21e241f37
commit
86ce4cfd7c
|
@ -6,6 +6,6 @@ RUN sudo apt update -y \
|
||||||
|
|
||||||
RUN pyenv install 3.11 && pyenv global 3.11
|
RUN pyenv install 3.11 && pyenv global 3.11
|
||||||
|
|
||||||
RUN pip install poetry pre-commit \
|
RUN pip install poetry pre-commit jinja2 towncrier \
|
||||||
&& poetry config virtualenvs.create true \
|
&& poetry config virtualenvs.create true \
|
||||||
&& poetry config virtualenvs.in-project true
|
&& poetry config virtualenvs.in-project true
|
||||||
|
|
Loading…
Reference in New Issue