Print the python version being used in the CI build.
This commit is contained in:
parent
f68c82bd6c
commit
a4f8e0807a
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@ cd `dirname $0`/..
|
||||||
|
|
||||||
virtualenv -p python3 env
|
virtualenv -p python3 env
|
||||||
. env/bin/activate
|
. env/bin/activate
|
||||||
|
|
||||||
|
# Print out the python versions for debugging purposes
|
||||||
|
python --version
|
||||||
|
pip --version
|
||||||
|
|
||||||
pip install -r scripts/requirements.txt
|
pip install -r scripts/requirements.txt
|
||||||
|
|
||||||
# do sanity checks on the examples and swagger
|
# do sanity checks on the examples and swagger
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue