Skip to content

Commit

Permalink
fix(tests): pin setuptools version in test image build
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Bleuler authored and ableuler committed Sep 16, 2021
1 parent 2894bee commit 60fb7df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.tests
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ ENV PATH=$PATH:/.renku/bin
RUN mkdir -p /.renku/bin && \
virtualenv /.renku/venv && \
. /.renku/venv/bin/activate && \
pip install --no-cache renku && \
pip install --no-cache-dir setuptools==57.5.0 && \
pip install --no-cache renku==0.16.1 && \
deactivate && \
ln -s /.renku/venv/bin/renku /.renku/bin/renku

Expand Down

0 comments on commit 60fb7df

Please sign in to comment.