[release-monitoring] Specify the exact version of sphinx package
With the sphinx 4.4.0 already installed in the container we need to specify exact version of sphinx we want to install by pip. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
626441f146
commit
465c428667
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ items:
|
|||
dnf autoremove -y && \
|
||||
dnf clean all -y
|
||||
# Install newer version of sphinx than what is available in Fedora 36
|
||||
RUN pip install sphinx
|
||||
RUN pip install sphinx==5.1.1
|
||||
RUN git clone https://github.com/fedora-infra/anitya.git && \
|
||||
pushd anitya && \
|
||||
{% if env == 'staging' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue