Installs scripts first prints python version.
This commit is contained in:
@@ -11,11 +11,13 @@ steps:
|
|||||||
- name: install-python3.6
|
- name: install-python3.6
|
||||||
image: python:3.6-alpine
|
image: python:3.6-alpine
|
||||||
commands:
|
commands:
|
||||||
|
- python --version
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
|
||||||
- name: install-python3.8
|
- name: install-python3.8
|
||||||
image: python:3.8-alpine
|
image: python:3.8-alpine
|
||||||
commands:
|
commands:
|
||||||
|
- python --version
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
|
|||||||
Reference in New Issue
Block a user