fix: pip install setuptools
This commit is contained in:
parent
ae74afa97b
commit
96623332db
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ cache:
|
|||
|
||||
before_script:
|
||||
- python --version ; pip --version # For debugging
|
||||
- pip install setuptools
|
||||
- pip install virtualenv
|
||||
- virtualenv venv
|
||||
- source venv/bin/activate
|
||||
|
|
Loading…
Reference in a new issue