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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue