Pin the CI to python 3.6
This commit is contained in:
parent
008daf8812
commit
910f1f53d4
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ include:
|
|||
|
||||
variables:
|
||||
project_name: cara
|
||||
PY_VERSION: "3.6" # This is what we have running in OpenShift currently.
|
||||
|
||||
|
||||
# A full installation of CARA, tested with pytest.
|
||||
|
|
|
|||
Loading…
Reference in a new issue