Skip to content

Commit

Permalink
ci: pip no cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Feb 11, 2025
1 parent f5f937e commit bd19e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/containers/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ RUN curl https://pyenv.run | bash \
&& pyenv install $PYTHON_VERSION \
&& pyenv global $PYTHON_VERSION \
&& pyenv rehash
RUN pip3 install \
RUN pip3 install --no-cache-dir \
codespell==1.17.1 \
flake8==3.8.3 \
jinja2 \
Expand Down

0 comments on commit bd19e23

Please sign in to comment.