Compare commits

...

1 Commits

Author SHA1 Message Date
Dimitrios Vasilas 876014d3cf pin virtualenv version 2023-05-03 17:17:25 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ jobs:
- name: Setup python2 test environment - name: Setup python2 test environment
run: | run: |
sudo apt-get install -y libdigest-hmac-perl sudo apt-get install -y libdigest-hmac-perl
pip install virtualenv pip install 'virtualenv==20.21'
virtualenv -p $(which python2) ~/.virtualenv/py2 virtualenv -p $(which python2) ~/.virtualenv/py2
source ~/.virtualenv/py2/bin/activate source ~/.virtualenv/py2/bin/activate
pip install 's3cmd==1.6.1' pip install 's3cmd==1.6.1'