Unverified Commit faff970a authored by Abolfazl Shahbazi's avatar Abolfazl Shahbazi Committed by GitHub

Peg virtualenv to version 16.7.10 (#4405)

Co-authored-by: 's avatarraramer01 <rebecca.a.ramer@gmail.com>
parent 3424d70a
......@@ -44,7 +44,7 @@ RUN gcc --version
RUN c++ --version
RUN easy_install pip
RUN pip install virtualenv
RUN pip install virtualenv==16.7.10
# Install some pip packages
......
......@@ -26,7 +26,7 @@ RUN gcc --version
RUN c++ --version
RUN easy_install pip
RUN pip install virtualenv
RUN pip install virtualenv==16.7.10
# Install some pip packages
......
......@@ -22,7 +22,7 @@ RUN apt-get update && \
apt-get clean autoclean && \
apt-get autoremove -y
RUN pip install --upgrade pip
RUN pip install virtualenv pytest
RUN pip install virtualenv==16.7.10 pytest
RUN apt-get update && \
apt-get install -y python3 python3-pip python3-dev python3-venv && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment