fix: pip install setuptools
This commit is contained in:
parent
96623332db
commit
3f071c7186
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,6 @@ cache:
|
|||
|
||||
before_script:
|
||||
- python --version ; pip --version # For debugging
|
||||
- pip install setuptools
|
||||
- pip install virtualenv
|
||||
- virtualenv venv
|
||||
- source venv/bin/activate
|
||||
|
@ -32,6 +31,7 @@ test:
|
|||
|
||||
run:
|
||||
script:
|
||||
- pip install setuptools
|
||||
- pip install .
|
||||
- python setup.py sdist
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in a new issue